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…
Reference in New Issue