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