1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-14 08:26:43 +01:00

Controllo totale FE basato su Riepilogo IVA

This commit is contained in:
Thomas Zilio 2020-03-09 14:32:59 +01:00
parent 869416e401
commit 6c6b657101

View File

@ -187,8 +187,8 @@ switch (post('op')) {
$xml = \Util\XML::read($fattura->getXML());
// Totale basato sul campo ImportoTotaleDocumento
$dati_generali = $xml['FatturaElettronicaBody']['DatiGenerali']['DatiGeneraliDocumento'];
$totale_documento = abs(floatval($dati_generali['ImportoTotaleDocumento']));
//$dati_generali = $xml['FatturaElettronicaBody']['DatiGenerali']['DatiGeneraliDocumento'];
//$totale_documento = abs(floatval($dati_generali['ImportoTotaleDocumento']));
// Calcolo del totale basato sui DatiRiepilogo
if (empty($totale_documento)) {