Patch level : 10.0 patch ???
Files correlati : lv3 Ricompilazione Demo : [ ] Commento : Correzioni segnalazioni che ha fatto Paolo con Roberto quando lo hanno provato git-svn-id: svn://10.65.10.50/trunk@20471 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
8aab88a140
commit
020f80743f
@ -213,7 +213,7 @@ TDoc_inventario_row TDoc_inventario::find_or_create_row(const char* codart)
|
||||
|
||||
void TDoc_inventario::set_difinv(const bool difinv)
|
||||
{
|
||||
put("DIFINV", difinv);
|
||||
put("DIFFINV", difinv);
|
||||
}
|
||||
|
||||
///////////////////////////////
|
||||
@ -444,8 +444,10 @@ void TInventario_ter_msk::registra()
|
||||
TDoc_inventario inv(kinv);
|
||||
if(_nuovo)
|
||||
{
|
||||
TString8 codcau = cache().get("%TIP", ini_get_string(CONFIG_DITTA, "lv", "NUM_INV", NULL), "S9");
|
||||
inv.put(DOC_TIPODOC, get(F_TPDOC));
|
||||
inv.put(DOC_DATADOC, get_date(F_DATAINV));
|
||||
inv.put(DOC_CAUSMAG, codcau);
|
||||
inv.set_difinv();
|
||||
}
|
||||
|
||||
@ -457,7 +459,7 @@ void TInventario_ter_msk::registra()
|
||||
const TString& desart = cache().get(LF_ANAMAG, codart, "DESCR");
|
||||
|
||||
TString8 magazzino;
|
||||
magazzino << ini_get_string(CONFIG_DITTA, "lv", "CODMAG") << ini_get_string(CONFIG_DITTA, "lv", "CODMAGP");
|
||||
magazzino << ini_get_string(CONFIG_DITTA, "lv", "CODMAG") << ini_get_string(CONFIG_DITTA, "lv", "CODMAGN");
|
||||
|
||||
TDoc_inventario_row& rinv = inv.find_or_create_row(codart);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user