mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 05:54:03 +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';
|
||||
|
||||
// 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';
|
||||
} else {
|
||||
include $docroot.'/templates/'.$ptype.'/pdfgen.'.$ptype.'.php';
|
||||
|
Loading…
Reference in New Issue
Block a user