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 dbc25ba commit 4e96893Copy full SHA for 4e96893
1 file changed
modules/iva/actions.php
@@ -68,7 +68,7 @@
68
$codice = post('codice');
69
$esente = post('esente_add');
70
$percentuale = empty($esente) ? post('percentuale') : 0;
71
- $codice_natura = post('codice_natura_fe') ?: '';
+ $codice_natura = post('codice_natura_fe') ?: null;
72
$esigibilita = post('esigibilita');
73
$indetraibile = post('indetraibile');
74
0 commit comments