From 8267ecd2c7acfd4c344cc023e7a7f7d51fcdf4d1 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 21 Apr 2009 10:51:42 +0000 Subject: [PATCH] Patch level : 10.0 286 Files correlati : kv2.exe Ricompilazione Demo : [ ] Commento : Fatturazione con vaolre convenzionale, importo fisso e importo fisso su dotazione iniziale git-svn-id: svn://10.65.10.50/trunk@18746 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lv2500.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lv/lv2500.cpp b/lv/lv2500.cpp index 5f2b55387..b2c1c62b8 100755 --- a/lv/lv2500.cpp +++ b/lv/lv2500.cpp @@ -285,12 +285,12 @@ void TFatturazione_lavanderie::post_process_output(TLista_documenti& doc_out) break; case 5: { - if (!fixdotin) - { - fixdotin=true; +// if (!fixdotin) +// { +// fixdotin=true; rout.put(RDOC_PREZZO, rcont.get_real(LVRCONDV_IMPFISART)); - rout.put(RDOC_QTA, dot); - for (int h = doc.physical_rows(); h>i; h--) + rout.put(RDOC_QTA, artlav.clifomag(annoes)[index].get_real("DOTIN")); +/* for (int h = doc.physical_rows(); h>i; h--) { TRiga_documento& delrow = doc[h]; const TString80 codart=delrow.get(RDOC_CODART); @@ -298,8 +298,8 @@ void TFatturazione_lavanderie::post_process_output(TLista_documenti& doc_out) const int forfdotin = rcont.get_int(LVRCONDV_TIPOFORF); if (forfdotin == 5) doc.destroy_row(h,true); - } - } + } */ +// } } break; default: