phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5200 - phpcompta/tags/rel650/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5200 - phpcompta/tags/rel650/include/template
Date: Thu, 28 Mar 2013 00:12:25 +0100 (CET)

Author: danydb
Date: 2013-03-28 00:12:25 +0100 (Thu, 28 Mar 2013)
New Revision: 5200

Modified:
   phpcompta/tags/rel650/include/template/dashboard.php
Log:
bug last_operation <> late_operation

Modified: phpcompta/tags/rel650/include/template/dashboard.php
===================================================================
--- phpcompta/tags/rel650/include/template/dashboard.php        2013-03-27 
23:12:02 UTC (rev 5199)
+++ phpcompta/tags/rel650/include/template/dashboard.php        2013-03-27 
23:12:25 UTC (rev 5200)
@@ -96,7 +96,7 @@
        for($i=0;$i<count($late_operation);$i++):
        ?>
        <li>
-               
<?=HtmlInput::detail_action($last_operation[$i]['ag_id'],h($last_operation[$i]['ag_ref']))?>
+               
<?=HtmlInput::detail_action($late_operation[$i]['ag_id'],h($late_operation[$i]['ag_ref']))?>
        <span>
        <?=smaller_date($late_operation[$i]['ag_timestamp_fmt'])?>
        </span>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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