Display the balance difference
This commit is contained in:
parent
3ab5f05430
commit
f0846924da
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ class Acc_Operation
|
|||
if ( $diff != 0 )
|
||||
{
|
||||
|
||||
printf (_("Erreur : balance incorrecte :diff = %d"),$diff);
|
||||
printf (_("Erreur : balance incorrecte :diff = %s"),$diff);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue