Corretta segnalazione

git-svn-id: svn://10.65.10.50/trunk@2930 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-05-29 08:40:41 +00:00
parent 0a6d31a608
commit f274c85033

@ -1050,7 +1050,7 @@ HIDDEN bool incasso_handler(TMask_field& f, KEY k)
tot += imp;
}
if (!tot.is_zero())
return f.error_box("Il movimento e' sbilaciato di %s", tot.valore().string("."));
return f.error_box("Il movimento e' sbilanciato di %s", tot.valore().string("."));
}
return TRUE;
}