mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-28 22:49:38 +01:00
Fix correzione #927
This commit is contained in:
parent
5e5fafd5f0
commit
5ee5cc3d58
@ -515,7 +515,7 @@ class Prints
|
||||
];
|
||||
|
||||
foreach ($styles as $value) {
|
||||
$mpdf->WriteHTML(file_get_contents(base_dir().'/'.$value), 1);
|
||||
$mpdf->WriteHTML(file_get_contents($value), 1);
|
||||
}
|
||||
|
||||
// Impostazione del font-size
|
||||
|
Loading…
x
Reference in New Issue
Block a user