mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-10 22:53:52 +01:00
Correzione percorso per retrocompatibilità
Errore sulle variabili, non veniva utilizzata la stampa nel formato della 2.2 e precedenti
This commit is contained in:
parent
6c820a175f
commit
c7539ad686
@ -106,7 +106,7 @@ if (!$old_format) {
|
|||||||
$font_size = '10pt';
|
$font_size = '10pt';
|
||||||
|
|
||||||
// Decido se usare la stampa personalizzata (se esiste) oppure quella standard
|
// Decido se usare la stampa personalizzata (se esiste) oppure quella standard
|
||||||
if (file_exists($ptype.'/custom/pdfgen.'.$ptype.'.php')) {
|
if (file_exists($docroot.'/templates/'.$ptype.'/custom/pdfgen.'.$ptype.'.php')) {
|
||||||
include $docroot.'/templates/'.$ptype.'/custom/pdfgen.'.$ptype.'.php';
|
include $docroot.'/templates/'.$ptype.'/custom/pdfgen.'.$ptype.'.php';
|
||||||
} else {
|
} else {
|
||||||
include $docroot.'/templates/'.$ptype.'/pdfgen.'.$ptype.'.php';
|
include $docroot.'/templates/'.$ptype.'/pdfgen.'.$ptype.'.php';
|
||||||
|
Loading…
Reference in New Issue
Block a user