Merge remote-tracking branch 'origin/master'

This commit is contained in:
Dasc3er 2021-07-16 18:18:14 +02:00
commit 10084e3e3d
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;