Author: danydb
Date: 2011-05-21 00:12:55 +0200 (Sat, 21 May 2011)
New Revision: 4115

Modified:
   phpcompta/trunk/include/class_anc_acc_list.php
Log:
small bug : use HtmlInput::history_card instead of HtmlInput::history_account


Modified: phpcompta/trunk/include/class_anc_acc_list.php
===================================================================
--- phpcompta/trunk/include/class_anc_acc_list.php      2011-05-19 11:29:14 UTC 
(rev 4114)
+++ phpcompta/trunk/include/class_anc_acc_list.php      2011-05-20 22:12:55 UTC 
(rev 4115)
@@ -289,7 +289,7 @@
                echo  td('Total');
                echo td(nbm($tot_card),' class="num"');
                echo '</tr>';
-               echo '<tr  
style="padding-top:5px"><td>'.HtmlInput::history_card($this->arow[$i]['j_poste'],$this->arow[$i]['j_poste'].'
 '.$this->arow[$i]['name'],' display:inline ').'</td></tr>';
+               echo '<tr  
style="padding-top:5px"><td>'.HtmlInput::history_account($this->arow[$i]['j_poste'],$this->arow[$i]['j_poste'].'
 '.$this->arow[$i]['name'],' display:inline ').'</td></tr>';
                $tot_card=0;
                $prev = $this->arow[$i]['j_poste'];
              }


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to