phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5320 - phpcompta/tags/rel660/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5320 - phpcompta/tags/rel660/include
Date: Sun, 9 Jun 2013 19:27:59 +0200 (CEST)

Author: danydb
Date: 2013-06-09 19:27:58 +0200 (Sun, 09 Jun 2013)
New Revision: 5320

Modified:
   phpcompta/tags/rel660/include/class_acc_ledger.php
Log:
bug #0000856: Probl?\195?\168me filtre fiche dans ODS

Modified: phpcompta/tags/rel660/include/class_acc_ledger.php
===================================================================
--- phpcompta/tags/rel660/include/class_acc_ledger.php  2013-06-05 16:41:38 UTC 
(rev 5319)
+++ phpcompta/tags/rel660/include/class_acc_ledger.php  2013-06-09 17:27:58 UTC 
(rev 5320)
@@ -1681,7 +1681,6 @@
 
                        // name of the field to update with the name of the card
                        $quick_code->set_attribute('label', "ld" . $i);
-                       $quick_code->set_attribute('jrn', $this->id);
 
                        // name of the field to update with the name of the card
                        $quick_code->set_attribute('typecard', 'filter');
@@ -1691,7 +1690,6 @@
                        $quick_code->set_function('fill_data');
                        $quick_code->javascript = sprintf(' 
onchange="fill_data_onchange(\'%s\');" ', $quick_code->name);
 
-                       $quick_code->jrn = $this->id;
                        $quick_code->value = (isset(${'qc_' . $i})) ? ${'qc_' . 
$i} : "";
                        $quick_code->readonly = $p_readonly;
 



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