Fix minore
This commit is contained in:
parent
3039c88ae9
commit
1250256b39
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue