mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Fix sulle date durante creazione fattura da pro-forma
This commit is contained in:
parent
baf48791d3
commit
d711d6a46b
@ -836,6 +836,8 @@ switch (post('op')) {
|
||||
case 'transform':
|
||||
$fattura->id_segment = post('id_segment');
|
||||
$fattura->data = post('data');
|
||||
$fattura->data_registrazione = post('data');
|
||||
$fattura->data_competenza = post('data');
|
||||
$fattura->save();
|
||||
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user