1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 03:51:06 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Dasc3er 2021-07-16 18:18:14 +02:00
commit 10084e3e3d

View File

@ -836,6 +836,8 @@ switch (post('op')) {
case 'transform': case 'transform':
$fattura->id_segment = post('id_segment'); $fattura->id_segment = post('id_segment');
$fattura->data = post('data'); $fattura->data = post('data');
$fattura->data_registrazione = post('data');
$fattura->data_competenza = post('data');
$fattura->save(); $fattura->save();
break; break;