Patch level : 10.0 patch 767

Files correlati     : mg1.exe
Ricompilazione Demo : [ ]
Commento            :

Corretta segnalazione di gicenza negativa

Dalla versione 3.2


git-svn-id: svn://10.65.10.50/trunk@20588 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-06-21 13:54:47 +00:00
parent 0cdc7b7bec
commit b6305a6f41

View File

@ -359,7 +359,7 @@ bool TMask_movmag::notify_righe(TSheet_field& ss, int r, KEY key)
giac += diff;
if (giac < ZERO)
message_box("Attenzione quantità negativa");
message_box("Attenzione quantità negativa per l'articolo %s", (const char *) ss.sheet_mask().get(F_CODART));
}
if (m.update_rigamov(r,old_codcaus,old_codart,old_quant))
ss.select(r);