phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r665 - tag/rel671/rapport_avance/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r665 - tag/rel671/rapport_avance/include
Date: Sun, 12 Jan 2014 20:40:58 +0100 (CET)

Author: danydb
Date: 2014-01-12 20:40:58 +0100 (Sun, 12 Jan 2014)
New Revision: 665

Modified:
   tag/rel671/rapport_avance/include/class_rapav_listing_compute.php
Log:
Fix bug listing compute

Modified: tag/rel671/rapport_avance/include/class_rapav_listing_compute.php
===================================================================
--- tag/rel671/rapport_avance/include/class_rapav_listing_compute.php   
2014-01-12 19:34:55 UTC (rev 664)
+++ tag/rel671/rapport_avance/include/class_rapav_listing_compute.php   
2014-01-12 19:40:58 UTC (rev 665)
@@ -126,7 +126,7 @@
                  */
                 for ($i = 0; $i < $nb_later; $i++)
                 {
-                    $compute->set_listing_compute($this->data->lc_id);
+                    $a_later[$i]->set_listing_compute($this->data->lc_id);
                     $a_later[$i]->compute($p_date_start, $p_date_end);
                     $a_later[$i]->save_computed();
                 }



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