phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4858 - phpcompta/trunk/include/template
Date: Sat, 2 Jun 2012 13:22:03 +0200 (CEST)

Author: danydb
Date: 2012-06-02 13:22:03 +0200 (Sat, 02 Jun 2012)
New Revision: 4858

Modified:
   phpcompta/trunk/include/template/detail-action.php
Log:
Add date for related operation

Modified: phpcompta/trunk/include/template/detail-action.php
===================================================================
--- phpcompta/trunk/include/template/detail-action.php  2012-06-02 11:21:47 UTC 
(rev 4857)
+++ phpcompta/trunk/include/template/detail-action.php  2012-06-02 11:22:03 UTC 
(rev 4858)
@@ -142,7 +142,7 @@
                                        dossier::id(),
                                        $operation[$o]['ago_id']);
                        $js= '<a class="mtitle" style="color:orange" 
id="acop'.$operation[$o]['ago_id'].'" href="'.$rmOperation.'">Effacer</a>';
-                       echo '<li 
id="op'.$operation[$o]['ago_id'].'">'.HtmlInput::detail_op($operation[$o]['jr_id'],$operation[$o]['jr_internal'])."
 ".h($operation[$o]['jr_comment'])." "
+                       echo '<li 
id="op'.$operation[$o]['ago_id'].'">'.$operation[$o]['str_date']." 
".HtmlInput::detail_op($operation[$o]['jr_id'],$operation[$o]['jr_internal'])." 
".h($operation[$o]['jr_comment'])." "
                                .$js.'</li>';
                }
 
@@ -335,3 +335,4 @@
   </span>
   </p>
 </fieldset>
+<script>compute_all_ledger()</script>
\ No newline at end of file



---
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]