noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 13/16: indent


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 13/16: indent
Date: Mon, 7 May 2018 15:47:35 -0400 (EDT)

sparkyx pushed a commit to branch r700-currency
in repository noalyss.

commit 776873eb7072d424dc688c2134b2892feca70303
Author: Dany De Bontridder <address@hidden>
Date:   Tue May 1 21:53:26 2018 +0200

    indent
---
 include/class/acc_ledger_sold.class.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_ledger_sold.class.php 
b/include/class/acc_ledger_sold.class.php
index 437cc97..b94d0e8 100644
--- a/include/class/acc_ledger_sold.class.php
+++ b/include/class/acc_ledger_sold.class.php
@@ -1423,14 +1423,15 @@ EOF;
         $array['tot_vat'] = _('TVA Opération');
         return $array;
     }
+    
     /*!\brief test function
      */
-
+    
     static function test_me($p_string = '') {
         $cn = Dossier::connect();
         $a = new Acc_Ledger_Sold($cn, 2);
         echo $a->input();
     }
     
-        }
+}
 



reply via email to

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