1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-13 08:03:31 +01:00

Fix minore pagamenti

This commit is contained in:
MatteoPistorello 2022-06-03 16:23:14 +02:00
parent ef4d9fe9df
commit 197563832c

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'),
];