git-svn-id: svn://10.65.10.50/trunk@2183 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1995-11-21 10:37:31 +00:00
parent 0a20a1932e
commit 46ac5f6729

View File

@ -539,7 +539,7 @@ void TPagamento::strerr(word err, TString& s)
if (err & P_SCAD)
s << "\n Le scadenze non sono consecutive";
if (err & P_INIZIO)
s << "\n La prima rata e' antecedente alla data movimento";
s << "\n La prima rata e' antecedente alla data documento";
if (err & P_NEG)
s << "\n L'importo dato e' inferiore al minimo possibile";
if (err & P_TROP)