Skip to content

Commit 75c7c85

Browse files
committed
fix: redirect add tipi intervento
1 parent bd6c3b0 commit 75c7c85

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/tipi_intervento/actions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
$tipo->setTranslation('title', post('descrizione'));
109109
$tipo->save();
110110

111+
$id_record = $tipo->id;
112+
111113
// Fix per impostare i valori inziali a tutti i tecnici
112114
$tipo->fixTecnici();
113115

0 commit comments

Comments
 (0)