Patch level : 10.0 patch ???

Files correlati     : lv3
Ricompilazione Demo : [ ]
Commento            :
Aggiunto controllo sui pacchi che non devono più comparire a magazzino (NDOC  < 0)


git-svn-id: svn://10.65.10.50/trunk@20568 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2010-06-14 14:56:41 +00:00
parent e2a9a833f3
commit d1f493fd80

View File

@ -323,6 +323,12 @@ void TInventario_ter_msk::inventario_da_terminale()
return;
}
if(tmp.get_long(3) < 0)
{
warning_box(TR("Il pacco pistolato non è disponibile per l'inventario"));
return;
}
TString80 codart = rp.articolo();
const real qtapacco = rp.quantita();