Fix numerazione ddt

This commit is contained in:
Pek5892 2023-02-17 17:03:14 +01:00
parent 3948524de7
commit daf0052c6f
1 changed files with 1 additions and 4 deletions

View File

@ -531,11 +531,8 @@ switch (filter('op')) {
// Duplica ddt
case 'copy':
$new = $ddt->replicate();
<<<<<<< HEAD
$new->numero = DDT::getNextNumero($new->data, $dir, $id_segment);
=======
$new->numero = DDT::getNextNumero($new->data, $dir, $new->$id_segment);
>>>>>>> a0f50892584c9e0015c918d347321c704501722f
$new->numero_esterno = DDT::getNextNumeroSecondario($new->data, $dir, $new->id_segment);
$stato = Stato::where('descrizione', '=', 'Bozza')->first();