noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 30/65: comment


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 30/65: comment
Date: Wed, 09 Sep 2015 08:27:17 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit eea2fb6df8797f7b4df6c05a0172597f391e3244
Author: Dany De Bontridder <address@hidden>
Date:   Thu Sep 3 01:52:37 2015 +0200

    comment
---
 html/ajax_ledger.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/html/ajax_ledger.php b/html/ajax_ledger.php
index 7b2c932..842b676 100644
--- a/html/ajax_ledger.php
+++ b/html/ajax_ledger.php
@@ -195,8 +195,10 @@ case 'de':
 
     try
     {
-        $op->get();                    /* get detail op (D/C) */
-        $obj=$op->get_quant(); /* return an obj. ACH / FIN or VEN or null if 
nothing is found*/
+        /* get detail op (D/C) */
+        $op->get();                    
+        /* return an obj. ACH / FIN or VEN or null if nothing is found*/
+        $obj=$op->get_quant(); 
 
         $oLedger=new Acc_Ledger($cn,$ledger);
         if ( $obj==null || $obj->signature == 'ODS'  )



reply via email to

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