phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r313 - trunk/coprop/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r313 - trunk/coprop/include
Date: Sun, 25 Mar 2012 15:54:54 +0200 (CEST)

Author: danydb
Date: 2012-03-25 15:54:53 +0200 (Sun, 25 Mar 2012)
New Revision: 313

Modified:
   trunk/coprop/include/class_coprop_appel_fond.php
Log:
Nbre de ligne incorrecte dans appel de fond

Modified: trunk/coprop/include/class_coprop_appel_fond.php
===================================================================
--- trunk/coprop/include/class_coprop_appel_fond.php    2012-03-23 21:53:15 UTC 
(rev 312)
+++ trunk/coprop/include/class_coprop_appel_fond.php    2012-03-25 13:54:53 UTC 
(rev 313)
@@ -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_item']=count($adetail);
+               $array['nb_item']=count($adetail)+2;
 
                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



reply via email to

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