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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to