Fix minore pagamenti

This commit is contained in:
MatteoPistorello 2022-06-03 16:23:14 +02:00
parent ef4d9fe9df
commit 197563832c
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ switch (filter('op')) {
'giorno' => $giorno,
'prc' => post('percentuale')[$key],
'descrizione' => $descrizione,
'idconto_vendite' => post('idconto_vendite'),
'idconto_acquisti' => post('idconto_acquisti'),
'idconto_vendite' => post('idconto_vendite') ?: null,
'idconto_acquisti' => post('idconto_acquisti') ?: null,
'codice_modalita_pagamento_fe' => post('codice_modalita_pagamento_fe'),
];