mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 01:08:08 +01:00
Correzione bollo in Fattura elettronica
This commit is contained in:
parent
4d5a033ad3
commit
47d243ed3c
@ -818,11 +818,11 @@ class FatturaElettronica
|
||||
}
|
||||
|
||||
// Bollo (2.1.1.6)
|
||||
$bollo = $documento->getBollo();
|
||||
if (!empty($bollo)) {
|
||||
$riga_bollo = $documento->rigaBollo;
|
||||
if (!empty($riga_bollo)) {
|
||||
$result['DatiBollo'] = [
|
||||
'BolloVirtuale' => 'SI',
|
||||
'ImportoBollo' => $bollo,
|
||||
'ImportoBollo' => $riga_bollo->totale,
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user