mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-23 20:30:51 +01:00
Fix azzeramento revisione in duplicazione preventivo
This commit is contained in:
parent
c120f7a6f1
commit
53d9e0445b
@ -106,6 +106,8 @@ switch (post('op')) {
|
||||
$new->save();
|
||||
|
||||
$new->master_revision = $new->id;
|
||||
$new->descrizione_revision = '';
|
||||
$new->numero_revision = 0;
|
||||
$new->save();
|
||||
|
||||
$id_record = $new->id;
|
||||
|
Loading…
Reference in New Issue
Block a user