mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Update FatturaElettronica.php
This commit is contained in:
parent
8874d353c5
commit
01d1d72f91
@ -1005,7 +1005,8 @@ class FatturaElettronica
|
|||||||
$dettaglio['AliquotaIVA'] = $percentuale;
|
$dettaglio['AliquotaIVA'] = $percentuale;
|
||||||
|
|
||||||
if (!empty($riga['idritenutaacconto']) && empty($riga['is_descrizione'])) {
|
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
|
// Controllo aggiuntivo codice_natura_fe per evitare che venga riportato il tag vuoto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user