Patch level : 10.0 604
Files correlati : lv2.exe Ricompilazione Demo : [ ] Commento : Impostazione del flag liquidazione differita sulle fatture git-svn-id: svn://10.65.10.50/trunk@20043 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
85021764d6
commit
d805ae58e8
@ -298,8 +298,13 @@ void TFatturazione_lavanderie::post_process(TLista_documenti& doc_out, TLista_do
|
||||
bool elcons = contr.get_bool(LVCONDV_ELCONS);
|
||||
bool rifbol = contr.get_bool(LVCONDV_RIFBOL);
|
||||
bool riftest = ini_get_bool(CONFIG_DITTA, "lv", "RifTest");
|
||||
bool liqdiff = doc.clifor().get_int(CLI_ALLEG) == 7 && doc.clifor().vendite().get_bool(CFV_FATTSOSP);
|
||||
TAssoc_array nolo_computed;
|
||||
|
||||
if (liqdiff)
|
||||
doc.put(DOC_LIQDIFF, "X");
|
||||
else
|
||||
doc.zero(DOC_LIQDIFF);
|
||||
if (doc.physical_rows() > 0 && doc[1].is_descrizione())
|
||||
{
|
||||
if (elcons)
|
||||
|
Loading…
x
Reference in New Issue
Block a user