mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-29 23:14:55 +01:00
Fix minore
This commit is contained in:
parent
5f4e2849bf
commit
abdd37a3d6
@ -531,7 +531,7 @@ switch (filter('op')) {
|
||||
// Duplica ddt
|
||||
case 'copy':
|
||||
$new = $ddt->replicate();
|
||||
$new->numero = DDT::getNextNumero($new->data, $dir);
|
||||
$new->numero = DDT::getNextNumero($new->data, $dir, $id_segment);
|
||||
$new->numero_esterno = DDT::getNextNumeroSecondario($new->data, $dir, $new->id_segment);
|
||||
|
||||
$stato = Stato::where('descrizione', '=', 'Bozza')->first();
|
||||
|
Loading…
x
Reference in New Issue
Block a user