HightLight abnormal saldo of accounting
This commit is contained in:
parent
3d318663b7
commit
41fb9d43dd
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class Acc_Bilan
|
|||
($solde_signed > 0 && $p_deb == 'C' )
|
||||
)
|
||||
{
|
||||
$ret.= '<li>Anomalie pour le compte '.HtmlInput::history_account($line['pcm_val'],$line['pcm_val'].h($line['pcm_lib']).
|
||||
$ret.= '<li> '.HtmlInput::history_account($line['pcm_val'],'Anomalie pour le compte '.$line['pcm_val'].' '.h($line['pcm_lib']).
|
||||
" D: ".$solde['debit'].
|
||||
" C: ".$solde['credit']." diff ".$solde['solde']);
|
||||
$count++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue