diff --git a/modules/fatture/actions.php b/modules/fatture/actions.php index 6c514c763..d7c4a31e0 100755 --- a/modules/fatture/actions.php +++ b/modules/fatture/actions.php @@ -297,6 +297,7 @@ switch ($op) { } $totale_documento = abs($totale_documento); + $totale_documento = $dati_generali['ImportoTotaleDocumento'] ? $dati_generali['ImportoTotaleDocumento'] : $totale_documento; } catch (Exception $e) { }