phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4087 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4087 - phpcompta/trunk/include
Date: Fri, 13 May 2011 23:52:05 +0200 (CEST)

Author: danydb
Date: 2011-05-13 23:52:05 +0200 (Fri, 13 May 2011)
New Revision: 4087

Modified:
   phpcompta/trunk/include/class_anc_listing.php
Log:
0000263: CA: acc?\195?\168s aux d?\195?\169tails op?\195?\169rations


Modified: phpcompta/trunk/include/class_anc_listing.php
===================================================================
--- phpcompta/trunk/include/class_anc_listing.php       2011-05-13 20:42:03 UTC 
(rev 4086)
+++ phpcompta/trunk/include/class_anc_listing.php       2011-05-13 21:52:05 UTC 
(rev 4087)
@@ -82,16 +82,19 @@
              '<th>'._('Date').'</th>'.
              '<th>'._('Nom').'</th>'.
              '<th>'._('Description').'</th>'.
+         th(_('Operation')).
              '<th>'._('Montant').'</th>'.
              '<th>'._('D/C').'</th>'.
              '</tr>';
         foreach ( $array as $row )
         {
             $r.= '<tr>';
+           $detail=($row['jr_id'] != 
null)?HtmlInput::detail_op($row['jr_id'],$row['jr_internal']):'';
             $r.=
                 '<td>'.$row['oa_date'].'</td>'.
                 '<td>'.h($row['po_name']).'</td>'.
                 '<td>'.h($row['oa_description']).'</td>'.
+             '<td>'.$detail.'</td>'.
              '<td>'.nbm($row['oa_amount']).'</td>'.
                 '<td>'.(($row['oa_debit']=='f')?'CREDIT':'DEBIT').'</td>';
             $r.= '</tr>';




reply via email to

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