Fix numerazione ddt
This commit is contained in:
parent
3948524de7
commit
daf0052c6f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue