noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 32/34: Cosmetic #0002204: CA : balance croisé


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 32/34: Cosmetic #0002204: CA : balance croisée double - affichage brouillon
Date: Sun, 5 Feb 2023 04:41:43 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 71485c648eac1a9940bde3a78e204c4179759438
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Feb 1 17:17:55 2023 +0100

    Cosmetic #0002204: CA : balance croisée double - affichage brouillon
---
 include/class/anc_acc_list.class.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/class/anc_acc_list.class.php 
b/include/class/anc_acc_list.class.php
index 3677b343a..85ef6aef1 100644
--- a/include/class/anc_acc_list.class.php
+++ b/include/class/anc_acc_list.class.php
@@ -369,7 +369,7 @@ order by
            if ( $i == 0 )
              {
                $prev=$this->arow[$i]['f_id'];
-               echo '<tr><td>'.HtmlInput::history_card 
($this->arow[$i]['f_id'],$this->arow[$i]['j_qcode'].' 
'.$this->arow[$i]['name'],' display:inline').'</td></tr>';
+               echo '<tr><td>['.HtmlInput::history_card 
($this->arow[$i]['f_id'],$this->arow[$i]['j_qcode'].'] 
'.$this->arow[$i]['name'],' display:inline').'</td></tr>';
              }
            $style= ( $i % 2 == 0)?' class="odd" ':' class="even" ';
            if ( $i != 0 && $prev != $this->arow[$i]['f_id'])
@@ -377,7 +377,7 @@ order by
                echo  td('Total');
                echo td(nbm($tot_card),' class="num"');
                echo '</tr>';
-               echo '<tr  
style="padding-top:5px"><td>'.HtmlInput::history_card($this->arow[$i]['f_id'],$this->arow[$i]['j_qcode'].'
 '.$this->arow[$i]['name'],' display:inline ').'</td></tr>';
+               echo '<tr  style="padding-top:5px"><td> 
['.HtmlInput::history_card($this->arow[$i]['f_id'],$this->arow[$i]['j_qcode'].']
 '.$this->arow[$i]['name'],' display:inline ').'</td></tr>';
                $tot_card=0;
                $prev = $this->arow[$i]['f_id'];
              }
@@ -420,7 +420,7 @@ order by
            if ( $i == 0 )
              {
                $prev=$this->arow[$i]['j_poste'];
-               echo '<tr><td>'.HtmlInput::history_account 
($this->arow[$i]['j_poste'],$this->arow[$i]['j_poste'].' 
'.$this->arow[$i]['name'],' display:inline').'</td></tr>';
+               echo '<tr><td>['.HtmlInput::history_account 
($this->arow[$i]['j_poste'],$this->arow[$i]['j_poste'].'] 
'.$this->arow[$i]['name'],' display:inline').'</td></tr>';
              }
            $style= ( $i % 2 == 0)?' class="odd" ':' class="even" ';
            if ( $i != 0 && $prev != $this->arow[$i]['j_poste'])
@@ -428,7 +428,7 @@ order by
                echo  td('Total');
                echo td(nbm($tot_card),' class="num"');
                echo '</tr>';
-               echo '<tr  
style="padding-top:5px"><td>'.HtmlInput::history_account($this->arow[$i]['j_poste'],$this->arow[$i]['j_poste'].'
 '.$this->arow[$i]['name'],' display:inline ').'</td></tr>';
+               echo '<tr  
style="padding-top:5px"><td>['.HtmlInput::history_account($this->arow[$i]['j_poste'],$this->arow[$i]['j_poste'].']
 '.$this->arow[$i]['name'],' display:inline ').'</td></tr>';
                $tot_card=0;
                $prev = $this->arow[$i]['j_poste'];
              }



reply via email to

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