noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/08: Test unitaire avec PHPUNIT class_acc_a


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/08: Test unitaire avec PHPUNIT class_acc_account_ledger.php
Date: Wed, 05 Nov 2014 20:05:14 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit c9549a5154baaa91683165ae36fe8c5a5814f77a
Author: Dany De Bontridder <address@hidden>
Date:   Mon Nov 3 20:58:49 2014 +0100

    Test unitaire avec PHPUNIT class_acc_account_ledger.php
---
 include/class_acc_balance.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/class_acc_balance.php b/include/class_acc_balance.php
index 9480f32..b429041 100644
--- a/include/class_acc_balance.php
+++ b/include/class_acc_balance.php
@@ -248,12 +248,13 @@ class Acc_Balance
     }
     /**
      * set the $this->jrn to the cat
+     * @todo Cette function semble ne pas fonctionner correctement
      */
     function filter_cat($p_array)
     {
         if ( empty($p_array) )
         {
-            $bal->jn=null;
+            $this->jrn=null;
             return;
         }
         /* get the list of jrn of the cat. */



reply via email to

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