We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48f97d commit 2913246Copy full SHA for 2913246
1 file changed
modules/categorie_contratti/actions.php
@@ -73,9 +73,9 @@
73
$id_record = $dbo->lastInsertedID();
74
$categoria->name = $nome;
75
$categoria->parent = $id_original;
76
- $categoria->setTranslation('note', $nota);
77
$categoria->save();
78
-
+
+ $categoria->setTranslation('note', $nota);
79
flash()->info(tr('Aggiunta nuova tipologia di _TYPE_', [
80
'_TYPE_' => 'categoria',
81
]));
0 commit comments