Patch level : 2003 580

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

GF20091
Quando un codice articolo e sospeso il messaggio d'errore è:
" L'articolo x è sospeso, quindi non MOVMENTABILE"


git-svn-id: svn://10.65.10.50/trunk@11439 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-09-24 13:44:59 +00:00
parent ae4aed1ef1
commit a779aea24b

View File

@ -330,7 +330,7 @@ bool TMask_movmag::handle_checksosp(TMask_field &f, KEY k)
const TCausale_magazzino c(caus);
if (!c.movimenta_sospesi() && mov_mask.curr_art().get_bool("SOSPESO"))
return error_box("Articolo %s sospeso, quindi non movmentabile", (const char *)f.get());
return error_box("Articolo %s sospeso, quindi non movimentabile", (const char *)f.get());
}
return TRUE;
}