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

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

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;