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:
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
Block a user