From f85814de13531b1227831290d635d39eeb7ee348 Mon Sep 17 00:00:00 2001 From: rajitgill Date: Tue, 4 Aug 2009 09:31:22 +0000 Subject: [PATCH] Patch level :10.0 Files correlati :LV2.EXE Ricompilazione Demo : [ ] Commento correzzione gestione del flag in configurazione "riferimenti fatture in testata" git-svn-id: svn://10.65.10.50/trunk@19181 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lv2500.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv/lv2500.cpp b/lv/lv2500.cpp index c69fb1c2b..2c9bf34eb 100755 --- a/lv/lv2500.cpp +++ b/lv/lv2500.cpp @@ -150,7 +150,7 @@ void TFatturazione_lavanderie::post_process_output(TLista_documenti& doc_out) if (riftest) { TRiga_documento& rout = doc[1]; - TString80 descr = rout.get_date(RDOC_DESCR); + TString80 descr = rout.get(RDOC_DESCR); doc.put(DOC_NOTE,descr); }