Fix minore

This commit is contained in:
pek5892 2024-05-24 08:57:36 +02:00
parent 3039c88ae9
commit 1250256b39
1 changed files with 1 additions and 1 deletions

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';