noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 109/218: Indentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 109/218: Indentation
Date: Thu, 12 Sep 2019 15:58:50 -0400 (EDT)

sparkyx pushed a commit to branch entreprise
in repository noalyss.

commit fadfc9349ab8825af1393f195ee8d355ca2e712d
Author: Dany De Bontridder <address@hidden>
Date:   Wed Dec 5 08:50:07 2018 +0100

    Indentation
---
 include/class/acc_ledger_fin.class.php | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/include/class/acc_ledger_fin.class.php 
b/include/class/acc_ledger_fin.class.php
index 001494a..d05d0c7 100644
--- a/include/class/acc_ledger_fin.class.php
+++ b/include/class/acc_ledger_fin.class.php
@@ -991,7 +991,12 @@ class Acc_Ledger_Fin extends Acc_Ledger
 
                                $js_detail = HtmlInput::detail_op($jr_id, 
$internal);
                                // Compute display
-                               $row = td($e_date).td($js_detail) . 
td(${"e_other$i"}) . td($fPoste->strAttribut(ATTR_DEF_NAME)) . td(${"e_other" . 
$i . "_comment"}) . td(nbm(${"e_other$i" . "_amount"}), 'class="num"');
+                               $row = td($e_date)
+                                        . td($js_detail) 
+                                        . td(${"e_other$i"}) 
+                                        . 
td($fPoste->strAttribut(ATTR_DEF_NAME)) 
+                                        . td(${"e_other" . $i . "_comment"}) 
+                                        . td(nbm(${"e_other$i" . "_amount"}), 
'class="num"');
                                 $class=($i%2==0)?' class="even" ':' 
class="odd" ';
                                $ret.=tr($row,$class);
 



reply via email to

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