We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c0ba7 commit 589901cCopy full SHA for 589901c
1 file changed
plugins/exportFE/src/FatturaElettronica.php
@@ -1002,7 +1002,7 @@ protected static function getDatiGeneraliDocumento($fattura)
1002
'TipoCassa' => setting('Tipo Cassa Previdenziale'),
1003
'AlCassa' => $percentuale,
1004
'ImportoContributoCassa' => $totale_rivalsainps,
1005
- 'ImponibileCassa' => $documento->imponibile,
+ 'ImponibileCassa' => $documento->imponibile - $documento->sconto,
1006
'AliquotaIVA' => $iva['percentuale'],
1007
];
1008
0 commit comments