phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4639 - phpcompta/trunk/include/template
Date: Tue, 20 Dec 2011 17:28:23 +0100 (CET)

Author: danydb
Date: 2011-12-20 17:28:22 +0100 (Tue, 20 Dec 2011)
New Revision: 4639

Modified:
   phpcompta/trunk/include/template/ledger_detail_ach.php
Log:
#315 D?\195?\169tail article 
MY_UPDLAB == N
Fix bug with j_text

Modified: phpcompta/trunk/include/template/ledger_detail_ach.php
===================================================================
--- phpcompta/trunk/include/template/ledger_detail_ach.php      2011-12-20 
16:25:02 UTC (rev 4638)
+++ phpcompta/trunk/include/template/ledger_detail_ach.php      2011-12-20 
16:28:22 UTC (rev 4639)
@@ -158,7 +158,7 @@
     else
     {
         $input = new ISpan("e_march" . $q['j_id'] . "_label");
-        $hidden = HtmlInput::hidden("j_id[]", $q[$e]['j_id']);
+        $hidden = HtmlInput::hidden("j_id[]", $q['j_id']);
         $input->value = $fiche->strAttribut(ATTR_DEF_NAME);
     }
     $row.=td($input->input().$hidden);




reply via email to

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