Fix sulle date durante creazione fattura da pro-forma

This commit is contained in:
loviuz 2021-07-16 16:47:30 +02:00
parent baf48791d3
commit d711d6a46b
1 changed files with 2 additions and 0 deletions

View File

@ -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;