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
This commit is contained in:
parent
548faaf785
commit
2f167c33d8
@ -614,7 +614,7 @@ void TCreazione_ordini::print_doc(const TRectype & doc)
|
|||||||
{
|
{
|
||||||
const TTipo_documento tipo(doc.get(DOC_TIPODOC));
|
const TTipo_documento tipo(doc.get(DOC_TIPODOC));
|
||||||
|
|
||||||
TFilename rep(tipo.main_print_profile());
|
TFilename rep; tipo.main_print_profile(rep);
|
||||||
rep.ext("rep");
|
rep.ext("rep");
|
||||||
|
|
||||||
TString commandline;
|
TString commandline;
|
||||||
@ -797,8 +797,8 @@ void TCreazione_ordini::generate_orders()
|
|||||||
if (cmdline.blank())
|
if (cmdline.blank())
|
||||||
{
|
{
|
||||||
const TTipo_documento& tipo = d->tipo();
|
const TTipo_documento& tipo = d->tipo();
|
||||||
TFilename rep(tipo.main_print_profile());
|
TFilename rep;
|
||||||
|
tipo.main_print_profile(rep);
|
||||||
rep.ext("rep");
|
rep.ext("rep");
|
||||||
|
|
||||||
if (rep.custom_path()) // Esiste il nuovo report :-)
|
if (rep.custom_path()) // Esiste il nuovo report :-)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user