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:
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
Block a user