noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/04: Task #1589 - Problème affichage du to


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/04: Task #1589 - Problème affichage du total en CA #0001589: Problème affichage du total en CA
Date: Sat, 21 Jul 2018 05:19:36 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit b29cb7b302ffb79dd95acc0543d996c0aec17150
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jul 17 11:34:25 2018 +0200

    Task #1589 - Problème affichage du total en CA
    #0001589: Problème affichage du total en CA
---
 include/class/anc_acc_list.class.php | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/include/class/anc_acc_list.class.php 
b/include/class/anc_acc_list.class.php
index 5aa6fa8..7ac6acf 100644
--- a/include/class/anc_acc_list.class.php
+++ b/include/class/anc_acc_list.class.php
@@ -319,6 +319,13 @@ order by
     $r.= '</form>';
     return $r;
   }
+  /**
+   * Display the result of accountancy and analytic , 
+   * Axis / Card 
+   * Card / Axis
+   * Accounting / Axis
+   * Axis / Accounting
+   */
   function display_html()
   {
     bcscale(2);
@@ -377,7 +384,7 @@ order by
        echo '</tr>';
 
        echo '</table>';
-       echo '<h2>'._("Résultat global").nbm($tot_glob).'</h2>';
+       echo '<h2>'._("Résultat global")." ".nbm($tot_glob).'</h2>';
       }
     
//---------------------------------------------------------------------------
     // Accountancy - Analytic
@@ -430,7 +437,7 @@ order by
        echo '</tr>';
 
        echo '</table>';
-       echo td(nbm($tot_card),' class="num"');
+        echo '<h2>'._("Résultat global")." ".nbm($tot_glob).'</h2>';
       }
     
//---------------------------------------------------------------------------
     // Acc after card
@@ -482,7 +489,7 @@ order by
        echo '</tr>';
 
        echo '</table>';
-       echo td(nbm($tot_card),' class="num"');
+       echo '<h2>'._("Résultat global")." ".nbm($tot_glob).'</h2>';
       }
     
//---------------------------------------------------------------------------
     // Analytic - Accountancy
@@ -536,7 +543,7 @@ order by
        echo '</tr>';
 
        echo '</table>';
-       echo '<h2> Résultat global '.nbm($tot_glob).'</h2>';
+        echo '<h2>'._("Résultat global")." ".nbm($tot_glob).'</h2>';
       }
 
   }



reply via email to

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