mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Fix export righe con ritenuta
This commit is contained in:
parent
9de11cf91a
commit
15eaf223b1
@ -1408,9 +1408,7 @@ class FatturaElettronica
|
||||
$dettaglio['AliquotaIVA'] = $percentuale;
|
||||
|
||||
if (!empty($riga['idritenutaacconto']) && empty($riga['is_descrizione'])) {
|
||||
if ($riga['calcolo_ritenuta_acconto'] == 'IMP+RIV') {
|
||||
$dettaglio['Ritenuta'] = 'SI';
|
||||
}
|
||||
$dettaglio['Ritenuta'] = 'SI';
|
||||
}
|
||||
|
||||
// Controllo aggiuntivo codice_natura_fe per evitare che venga riportato il tag vuoto
|
||||
|
Loading…
x
Reference in New Issue
Block a user