From 2f167c33d890580908cfac7b4df0304f823fe1fc Mon Sep 17 00:00:00 2001 From: luca Date: Thu, 28 Aug 2008 15:01:35 +0000 Subject: [PATCH] Patch level :10.0 Files correlati : Ricompilazione Demo : [ ] Commento :sistemati casini da riporto 3.2 git-svn-id: svn://10.65.10.50/trunk@17126 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- or/or1400.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/or/or1400.cpp b/or/or1400.cpp index 6f57d1879..dc0c7592e 100755 --- a/or/or1400.cpp +++ b/or/or1400.cpp @@ -614,7 +614,7 @@ void TCreazione_ordini::print_doc(const TRectype & doc) { const TTipo_documento tipo(doc.get(DOC_TIPODOC)); - TFilename rep(tipo.main_print_profile()); + TFilename rep; tipo.main_print_profile(rep); rep.ext("rep"); TString commandline; @@ -797,8 +797,8 @@ void TCreazione_ordini::generate_orders() if (cmdline.blank()) { const TTipo_documento& tipo = d->tipo(); - TFilename rep(tipo.main_print_profile()); - + TFilename rep; + tipo.main_print_profile(rep); rep.ext("rep"); if (rep.custom_path()) // Esiste il nuovo report :-)