Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@19198 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
4a6b8ca839
commit
a9629df055
@ -177,6 +177,7 @@ void TFatturazione_lavanderie::post_process_output(TLista_documenti& doc_out)
|
||||
TRiga_documento& riga=doc.new_row("01");
|
||||
|
||||
const TString80 codartcfg = ini_get_string(CONFIG_DITTA, "lv", "Codartcafix");
|
||||
const TString80 descart = cache().get(LF_ANAMAG, codartcfg, ANAMAG_DESCR);
|
||||
|
||||
// istanzio una token string e poi una cache per estrarre l'unità di misura dell articolo in configurazione da UMART
|
||||
TToken_string key;
|
||||
@ -203,6 +204,7 @@ void TFatturazione_lavanderie::post_process_output(TLista_documenti& doc_out)
|
||||
riga.put(RDOC_UMQTA,umcodart);
|
||||
riga.put(RDOC_PREZZO,totmerc);
|
||||
riga.put(RDOC_CODART,codartcfg);
|
||||
riga.put(RDOC_DESCR,descart);
|
||||
riga.put(RDOC_CODIVA,codiva);
|
||||
|
||||
break;
|
||||
@ -213,7 +215,8 @@ void TFatturazione_lavanderie::post_process_output(TLista_documenti& doc_out)
|
||||
// estraggo il canone fisso e l'articolo in configurazione
|
||||
const real canfis=contr.get_real(LVCONDV_IMPFIX);
|
||||
const TString80 codartcfg = ini_get_string(CONFIG_DITTA, "lv", "Codartfix");
|
||||
|
||||
const TString80 descart = cache().get(LF_ANAMAG, codartcfg, ANAMAG_DESCR);
|
||||
|
||||
// istanzio una token string e poi una cache per estrarre l'unità di misura dell articolo in configurazione da UMART
|
||||
TToken_string key;
|
||||
key.add(codartcfg);
|
||||
@ -243,6 +246,7 @@ void TFatturazione_lavanderie::post_process_output(TLista_documenti& doc_out)
|
||||
fixrow.put(RDOC_UMQTA,umcodart);
|
||||
fixrow.put(RDOC_PREZZO,canfis);
|
||||
fixrow.put(RDOC_CODART,codartcfg);
|
||||
fixrow.put(RDOC_DESCR,descart);
|
||||
fixrow.put(RDOC_CODIVA,codiva);
|
||||
|
||||
int tipocanfix = contr.get_int(LVCONDV_CANFIX);
|
||||
|
Loading…
x
Reference in New Issue
Block a user