mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 16:23:19 +01:00
fix minore
This commit is contained in:
parent
68f7ad1eea
commit
84670aa48d
@ -1541,9 +1541,6 @@ class FatturaElettronica
|
||||
$totale = round($riepilogo->sum('totale_imponibile') + $riepilogo->sum('rivalsa_inps'), 2);
|
||||
$imposta = round($riepilogo->sum('iva') + $riepilogo->sum('iva_rivalsa_inps'), 2);
|
||||
|
||||
$totale = $totale;
|
||||
$imposta = $imposta;
|
||||
|
||||
$dati = $riepilogo->first()->aliquota;
|
||||
|
||||
$iva = [
|
||||
@ -1580,8 +1577,6 @@ class FatturaElettronica
|
||||
$totale = round($riepilogo->sum('totale_imponibile') + $riepilogo->sum('rivalsa_inps'), 2);
|
||||
$imposta = round($riepilogo->sum('iva') + $riepilogo->sum('iva_rivalsa_inps'), 2);
|
||||
|
||||
$totale = $totale;
|
||||
$imposta = $imposta;
|
||||
|
||||
$dati = $riepilogo->first()->aliquota;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user