Skip to content

Commit 4e96893

Browse files
committed
fix: aggiunta aliquota iva
1 parent dbc25ba commit 4e96893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/iva/actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
$codice = post('codice');
6969
$esente = post('esente_add');
7070
$percentuale = empty($esente) ? post('percentuale') : 0;
71-
$codice_natura = post('codice_natura_fe') ?: '';
71+
$codice_natura = post('codice_natura_fe') ?: null;
7272
$esigibilita = post('esigibilita');
7373
$indetraibile = post('indetraibile');
7474

0 commit comments

Comments
 (0)