diff --git a/include/class/anc_acc_list.class.php b/include/class/anc_acc_list.class.php index 5aa6fa82e..7ac6acf27 100644 --- a/include/class/anc_acc_list.class.php +++ b/include/class/anc_acc_list.class.php @@ -319,6 +319,13 @@ order by $r.= ''; 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 ''; echo ''; - echo '

'._("Résultat global").nbm($tot_glob).'

'; + echo '

'._("Résultat global")." ".nbm($tot_glob).'

'; } //--------------------------------------------------------------------------- // Accountancy - Analytic @@ -430,7 +437,7 @@ order by echo ''; echo ''; - echo td(nbm($tot_card),' class="num"'); + echo '

'._("Résultat global")." ".nbm($tot_glob).'

'; } //--------------------------------------------------------------------------- // Acc after card @@ -482,7 +489,7 @@ order by echo ''; echo ''; - echo td(nbm($tot_card),' class="num"'); + echo '

'._("Résultat global")." ".nbm($tot_glob).'

'; } //--------------------------------------------------------------------------- // Analytic - Accountancy @@ -536,7 +543,7 @@ order by echo ''; echo ''; - echo '

Résultat global '.nbm($tot_glob).'

'; + echo '

'._("Résultat global")." ".nbm($tot_glob).'

'; } }