Author: danydb
Date: 2014-07-29 22:19:29 +0200 (Tue, 29 Jul 2014)
New Revision: 733

Modified:
   trunk/coprop/include/class_coprop_appel_fond.php
Log:
garder le journal choisi entre 2 ecrans

Modified: trunk/coprop/include/class_coprop_appel_fond.php
===================================================================
--- trunk/coprop/include/class_coprop_appel_fond.php    2014-07-29 20:18:48 UTC 
(rev 732)
+++ trunk/coprop/include/class_coprop_appel_fond.php    2014-07-29 20:19:29 UTC 
(rev 733)
@@ -162,8 +162,8 @@
     function display_ledger()
        {
                global $cn;
-               $ledger = new Acc_Ledger($cn,0);
                $this->load();
+               $ledger = new Acc_Ledger($cn,$this->af_ledger);
                $adetail = $cn->get_array("
                        select sum(afd_amount) as amount,S.coprop_id
                                from coprop.appel_fond_detail as A



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