From 1e58d003f67ba7b999049d0fa83fee9205c2a3f4 Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 23 Jun 2010 08:43:35 +0000 Subject: [PATCH] Patch level :10.0 Files correlati : Ricompilazione Demo : [ ] Commento : errore di riporto git-svn-id: svn://10.65.10.50/trunk@20623 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- or/or1400.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/or/or1400.cpp b/or/or1400.cpp index 822115950..62fce9d59 100755 --- a/or/or1400.cpp +++ b/or/or1400.cpp @@ -983,7 +983,8 @@ void TCreazione_ordini::generate_carics() if (cmdline.blank()) { const TTipo_documento& tipo = d->tipo(); - TFilename rep(tipo.main_print_profile()); + TFilename rep; + tipo.main_print_profile(rep, 1); rep.ext("rep");