1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 12:29:58 +01:00

Fix minore su lettura di ricevuta FE più recente

This commit is contained in:
Dasc3er 2020-10-16 15:24:44 +02:00
parent f51831db13
commit a05a712cdd

View File

@ -165,7 +165,7 @@ if (!empty($fattura->codice_stato_fe)) {
</div>';
// Lettura della ricevuta
if (!empty($ricevuta_principale)) {
if (!empty($ricevuta_principale) && file_exists($ricevuta_principale->filepath)) {
$contenuto_ricevuta = XML::readFile($ricevuta_principale->filepath);
$lista_errori = $contenuto_ricevuta['ListaErrori'];