diff --git a/modules/fatture/actions.php b/modules/fatture/actions.php index 0384796b2..e06036c89 100755 --- a/modules/fatture/actions.php +++ b/modules/fatture/actions.php @@ -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;