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: