From 2f3171e41e3d5b0ed30d675e9975df53e3c96897 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 27 Apr 2011 15:43:52 +0000 Subject: [PATCH] Patch level : 10.0 Files correlati : pd0610.exe Ricompilazione Demo : [ ] Commento : Corretto aggiornamento codice listino in base a RG1->CL1/2 git-svn-id: svn://10.65.10.50/branches/R_10_00@22034 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ps/pd0610200.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps/pd0610200.cpp b/ps/pd0610200.cpp index b751c0ef0..53d600b9f 100755 --- a/ps/pd0610200.cpp +++ b/ps/pd0610200.cpp @@ -355,7 +355,7 @@ TDoc_key * TCrea_ordini_srm_app::crea_ordf(const TDocumento& ordc, const long nr const TRectype& list = cache().get(LF_CONDV, keyc); if (!list.empty()) - ordf.put(DOC_CODCONT, codlist); + ordf.put(DOC_CODLIST, codlist); } //gestione CONDV - Contratti TString8 codcont = orfrow.get(first ? "CF1" : "CF2");