noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 08/08: Ajout poste comptable


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 08/08: Ajout poste comptable
Date: Fri, 07 Nov 2014 21:59:25 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 58f5512097b42a1aa0d1602d00fe2dd457995e0a
Author: Dany De Bontridder <address@hidden>
Date:   Fri Nov 7 22:57:16 2014 +0100

    Ajout poste comptable
---
 include/fiche.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/fiche.inc.php b/include/fiche.inc.php
index e19683a..ea2393f 100644
--- a/include/fiche.inc.php
+++ b/include/fiche.inc.php
@@ -346,7 +346,7 @@ if ($_GET['histo'] == 4 || $_GET['histo'] == 5)
                        echo tr(
                                        td(HtmlInput::history_card($oCard->id, 
$oCard->strAttribut(ATTR_DEF_QUICKCODE))) .
                                        td($oCard->strAttribut(ATTR_DEF_NAME)) .
-                                       
td($oCard->strAttribut(ATTR_DEF_ACCOUNT)).
+                                       
td(HtmlInput::history_account($oCard->strAttribut(ATTR_DEF_ACCOUNT),$oCard->strAttribut(ATTR_DEF_ACCOUNT))).
                                        td(nbm($solde['debit']), 
'class="sorttable_numeric" sorttable_customkey="'.$solde['debit'].'" 
style="text-align:right"') .
                                        td(nbm($solde['credit']), 
'class="sorttable_numeric" sorttable_customkey="'.$solde['debit'].'" 
style="text-align:right"') .
                                        td(nbm(abs($solde['solde'])), 
'class="sorttable_numeric" sorttable_customkey="'.$solde['solde'].'" 
style="text-align:right"') .



reply via email to

[Prev in Thread] Current Thread [Next in Thread]