noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/12: Correction mise en forme suite aux mod


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/12: Correction mise en forme suite aux modif de la version 6.7.2.1
Date: Sat, 26 Jul 2014 14:53:50 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 017053336182eca6e5006083b517acacc17de434
Author: Vincent Danjean <address@hidden>
Date:   Thu Jul 24 15:55:40 2014 +0200

    Correction mise en forme suite aux modif de la version 6.7.2.1
    
    Il manquait les nouvelles colonnes dans les totaux du grand livre comptable 
analytique.
---
 include/class_anc_grandlivre.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/class_anc_grandlivre.php b/include/class_anc_grandlivre.php
index ba2e478..449dcd0 100644
--- a/include/class_anc_grandlivre.php
+++ b/include/class_anc_grandlivre.php
@@ -179,6 +179,7 @@ class Anc_GrandLivre extends Anc_Print
                     $r.='<tr>';
                     $tot_solde = bcsub($tot_cred, $tot_deb);
                     $sign = ($tot_solde > 0) ? 'C' : 'D';
+                   $r.=td('') . td('') . td('');
                     $r.=td('') . td('') . td('') . td('') . td('') . 
td(nbm($tot_deb), ' class="num"') . td(nbm($tot_cred), ' class="num"') . 
td(nbm($tot_solde) . $sign, ' class="num"');
                 }
                 $r.='<tr>' . '<td colspan="7" style="width:auto">' . '<h2>' . 
h($row['po_name'] . ' ' . $row['po_description']) . '</td></tr>';
@@ -245,6 +246,7 @@ class Anc_GrandLivre extends Anc_Print
         $r.='<tr>';
         $tot_solde = bcsub($tot_cred, $tot_deb);
         $sign = ($tot_solde > 0) ? 'C' : 'D';
+       $r.=td('') . td('') . td('');
         $r.=td('') . td('') . td('') . td('') . td('') . td(nbm($tot_deb), ' 
class="num"') . td(nbm($tot_cred), ' class="num"') . td(nbm($tot_solde) . 
$sign, ' class="num"');
 
         $r.= '</table>';



reply via email to

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