Fix minore pagamenti
This commit is contained in:
parent
ef4d9fe9df
commit
197563832c
|
@ -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'),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue