From 01bf0026351ff88d06c6ed4832d42dbbcfbf2814 Mon Sep 17 00:00:00 2001 From: luca83 Date: Fri, 18 Sep 2009 09:26:52 +0000 Subject: [PATCH] Patch level : 10.0 patch 442 Files correlati : lv2 Ricompilazione Demo : [ ] Commento : Corretta una put sulle righer contratto (cercava di inserire un valore nel campo sbagliato) git-svn-id: svn://10.65.10.50/trunk@19307 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lv2400.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv/lv2400.cpp b/lv/lv2400.cpp index 331a48809..d583b2672 100755 --- a/lv/lv2400.cpp +++ b/lv/lv2400.cpp @@ -431,7 +431,7 @@ void TGenera_documenti_app::crea_riga(const TString& codart, const char modpas, rdoc.put(RDOC_PREZZO, prezzo); else rdoc.put(RDOC_PREZZO,rcont.get_real(LVRCONDV_PRZDTTMP)); - rdoc.put(RDOC_SCONTO,rcont.get(LVRCONDV_SCONTPERC)); //sconto + //rdoc.put(RDOC_SCONTO,rcont.get(LVRCONDV_SCONTPERC)); //sconto } //scrivo il magazzino