Fix minore
This commit is contained in:
parent
fe1ea7e935
commit
70f8a79d91
|
@ -297,6 +297,7 @@ switch ($op) {
|
|||
}
|
||||
|
||||
$totale_documento = abs($totale_documento);
|
||||
$totale_documento = $dati_generali['ImportoTotaleDocumento'] ? $dati_generali['ImportoTotaleDocumento'] : $totale_documento;
|
||||
} catch (Exception $e) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue