phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r302 - tag/rel601/modop


From: phpcompta-dev
Subject: [Phpcompta-dev] r302 - tag/rel601/modop
Date: Thu, 9 Feb 2012 14:09:06 +0100 (CET)

Author: danydb
Date: 2012-02-09 14:09:06 +0100 (Thu, 09 Feb 2012)
New Revision: 302

Modified:
   tag/rel601/modop/modop_display.php
Log:
add button actualiser


Modified: tag/rel601/modop/modop_display.php
===================================================================
--- tag/rel601/modop/modop_display.php  2012-02-09 12:49:58 UTC (rev 301)
+++ tag/rel601/modop/modop_display.php  2012-02-09 13:09:06 UTC (rev 302)
@@ -128,7 +128,8 @@
     echo HtmlInput::hidden('e_mp',0);
     echo HtmlInput::hidden('ext_jr_id',$op->jr_id);
     echo HtmlInput::hidden('ext_jr_internal',$op->jr_internal);
-    echo HtmlInput::button('add_item',_('Ajout article'),      ' 
onClick="ledger_add_row()"');
+    //echo HtmlInput::button('add_item',_('Ajout article'),      ' 
onClick="ledger_add_row()"');
+    echo HtmlInput::button('actualiser',_('Actualiser'),      ' 
onClick="compute_all_ledger();"');
     echo '</form>';
 
 }



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