Skip to content

Commit 2913246

Browse files
committed
fix: salvataggio categorie contratti
1 parent e48f97d commit 2913246

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/categorie_contratti/actions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
$id_record = $dbo->lastInsertedID();
7474
$categoria->name = $nome;
7575
$categoria->parent = $id_original;
76-
$categoria->setTranslation('note', $nota);
7776
$categoria->save();
78-
77+
78+
$categoria->setTranslation('note', $nota);
7979
flash()->info(tr('Aggiunta nuova tipologia di _TYPE_', [
8080
'_TYPE_' => 'categoria',
8181
]));

0 commit comments

Comments
 (0)