Author: danydb
Date: 2012-03-23 21:39:41 +0100 (Fri, 23 Mar 2012)
New Revision: 310

Modified:
   trunk/coprop/include/class_coprop_appel_fond.php
Log:
0000543: PLUGIN COPRO: nombre de lignes insuffisants dans appel de fond

Modified: trunk/coprop/include/class_coprop_appel_fond.php
===================================================================
--- trunk/coprop/include/class_coprop_appel_fond.php    2012-03-22 22:23:29 UTC 
(rev 309)
+++ trunk/coprop/include/class_coprop_appel_fond.php    2012-03-23 20:39:41 UTC 
(rev 310)
@@ -177,7 +177,7 @@
                $fiche=new Fiche($cn,$this->af_card);
                $array['qc_0']=$fiche->get_quick_code();
                $array['amount0']=$this->af_amount;
-               $array['nb']=count($adetail);
+               $array['nb_item']=count($adetail);
 
                for ($i=0;$i<count($adetail);$i++){
                        $idx=$i+1;



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

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

Reply via email to