1
0
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:
MatteoPistorello 2021-10-22 18:38:26 +02:00
parent c120f7a6f1
commit 53d9e0445b

View File

@ -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;