Cosmetic : notice if accounting with wrong total
This commit is contained in:
parent
99d00af2d2
commit
340c02d851
1 changed files with 2 additions and 1 deletions
|
|
@ -472,7 +472,8 @@ class Acc_Account_Ledger
|
|||
|
||||
$label.=_("Solde débiteur au lieu de créditeur")." ".'<span class="icon"></span>';
|
||||
}
|
||||
echo '<span class="notice">'.$label.'</span>';
|
||||
if ( $label !="" )
|
||||
echo '<span class="notice" >'.$label.'</span>';
|
||||
|
||||
if ( $from_div == 1)
|
||||
echo "<TABLE id=\"tbpopup\" class=\"resultfooter\" style=\"border-collapse:separate;margin:1%;width:98%;\">";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue