1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-12 07:33:47 +01:00

Fix minore

This commit is contained in:
pek5892 2024-05-24 08:57:36 +02:00
parent 3039c88ae9
commit 1250256b39

View File

@ -28,7 +28,7 @@ if (empty($file)) {
echo '<div class="text-center">'.tr('Questo documento non possiede una fattura elettronica associata').'</div>';
} else {
if ($file->isFatturaElettronica()) {
$content = file_get_contents(base_dir().'/'.$file->filepath);
$content = $file->get_contents();
// Individuazione stylesheet
$default_stylesheet = 'asso-invoice';