Patch level : 2.2 144
Files correlati : ve0.exe ve6.exe Ricompilazione Demo : [ ] Commento : Reso veramente opzionale il cliente in contabilizzazione quando lo è nel tipo documento git-svn-id: svn://10.65.10.50/trunk@13251 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e5835e3838
commit
84d313ece5
@ -1217,11 +1217,14 @@ error_type TContabilizzazione::compile_head_mov(TDocumento& doc)
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!doc.tipo().clifo_optional())
|
||||
{
|
||||
_error = clifo_error;
|
||||
return _error;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Codice pagamento
|
||||
TString4 codpag(doc.get(DOC_CODPAG));
|
||||
@ -1527,11 +1530,14 @@ error_type TContabilizzazione::compile_head_mov_re(TDocumento& doc)
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!doc.tipo().clifo_optional())
|
||||
{
|
||||
_error = clifo_error;
|
||||
return _error;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Mo' riempie il record della incornata (testata)
|
||||
mov_rec.zero();
|
||||
|
Loading…
x
Reference in New Issue
Block a user