Patch level : 12.0 550

Files correlati     : bs
Commento            : Sistemata riga

git-svn-id: svn://10.65.10.50/branches/R_10_00@24426 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2018-03-09 14:04:57 +00:00
parent 52362ab529
commit 827237fc54

View File

@ -1293,7 +1293,7 @@ void TSknet_sync::sync_doc()
const int tipoart = docs.get("TipoArticolo").as_int();
TString4 tiporiga;
// Se la riga è customizzata evito i controlli
if (tipoart >= 15)
if (tipoart >= 14)
{
tiporiga = docs.get("TipoArticolo").as_string();
}