mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 20:10:50 +01:00
Fix minore
This commit is contained in:
parent
689b57e0f6
commit
3edc50b36a
@ -158,7 +158,7 @@ if ($fattura !== null) {
|
||||
</div>';
|
||||
|
||||
// Lettura della ricevuta
|
||||
if (!empty($ricevuta_principale) && file_exists($ricevuta_principale->filename)) {
|
||||
if (!empty($ricevuta_principale) && !empty($ricevuta_principale->filename) && file_exists($ricevuta_principale->filename)) {
|
||||
$contenuto_ricevuta = XML::readFile($ricevuta_principale->filename);
|
||||
$lista_errori = $contenuto_ricevuta['ListaErrori'];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user