phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4603 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4603 - phpcompta/trunk/include/template
Date: Mon, 12 Dec 2011 20:53:42 +0100 (CET)

Author: danydb
Date: 2011-12-12 20:53:41 +0100 (Mon, 12 Dec 2011)
New Revision: 4603

Modified:
   phpcompta/trunk/include/template/ledger_detail_bottom.php
Log:
Montant avec 2 d?\195?\169cimales dans rapprochement

Modified: phpcompta/trunk/include/template/ledger_detail_bottom.php
===================================================================
--- phpcompta/trunk/include/template/ledger_detail_bottom.php   2011-12-12 
19:43:10 UTC (rev 4602)
+++ phpcompta/trunk/include/template/ledger_detail_bottom.php   2011-12-12 
19:53:41 UTC (rev 4603)
@@ -29,7 +29,7 @@
       $remove=$rmReconciliation->input();
     else
       $remove='';
-    echo tr (td('<a class="line" href="javascript:void(0)" onclick="'.$str.'" 
>'.$internal.'</A>').td($amount).td($array_jr[0]['jr_comment']).td($remove));
+    echo tr (td('<a class="line" href="javascript:void(0)" onclick="'.$str.'" 
>'.$internal.'</A>').td(nbm($amount)).td($array_jr[0]['jr_comment']).td($remove));
   }
   echo '</table>';
 }




reply via email to

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