We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9093ff7 commit d6e274aCopy full SHA for d6e274a
1 file changed
modules/preventivi/actions.php
@@ -110,7 +110,7 @@
110
// Duplica preventivo
111
case 'copy':
112
// Copia del preventivo
113
- $new = $preventivo->replicate();
+ $new = $preventivo->replicate(['data_accettazione', 'data_conclusione', 'data_rifiuto']);
114
$new->numero = Preventivo::getNextNumero(Carbon::now(), $new->id_segment);
115
$new->data_bozza = Carbon::now();
116
0 commit comments