Update FatturaElettronica.php
This commit is contained in:
parent
8874d353c5
commit
01d1d72f91
|
@ -1005,7 +1005,8 @@ class FatturaElettronica
|
|||
$dettaglio['AliquotaIVA'] = $percentuale;
|
||||
|
||||
if (!empty($riga['idritenutaacconto']) && empty($riga['is_descrizione'])) {
|
||||
$dettaglio['Ritenuta'] = 'SI';
|
||||
if ($riga['calcolo_ritenuta_acconto'] == 'IMP+RIV')
|
||||
$dettaglio['Ritenuta'] = 'SI';
|
||||
}
|
||||
|
||||
// Controllo aggiuntivo codice_natura_fe per evitare che venga riportato il tag vuoto
|
||||
|
|
Loading…
Reference in New Issue