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

Rimossa data conclusione preventivo automatica

This commit is contained in:
MatteoPistorello 2021-11-05 10:19:35 +01:00
parent f40ade7ceb
commit fe447af3a7

View File

@ -95,7 +95,6 @@ class Preventivo extends Document
} else {
$model->data_bozza = $data_bozza;
}
$model->data_conclusione = Carbon::now()->addMonth();
if (!empty($id_sede)) {
$model->idsede = $id_sede;