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 8e8d17f commit 9fe7d82Copy full SHA for 9fe7d82
1 file changed
update/2_9_1.sql
@@ -65,4 +65,6 @@ INSERT INTO `zz_tasks_lang` (`id`, `id_lang`, `id_record`, `title`) VALUES
65
(NULL, '1', @idtask, 'Hook Importazione Fatture Elettroniche'),
66
(NULL, '2', @idtask, 'Electronic Invoices Import Hook');
67
68
-UPDATE `zz_modules` m1 JOIN `zz_modules` m2 ON m2.name = 'Tabelle' SET m1.parent = m2.id WHERE m1.name = 'Categorie contratti';
+UPDATE `zz_modules` m1 JOIN `zz_modules` m2 ON m2.name = 'Tabelle' SET m1.parent = m2.id WHERE m1.name = 'Categorie contratti';
69
+
70
+UPDATE `zz_modules` m1 JOIN `zz_modules` m2 ON m1.parent = m2.id AND m2.name = 'Tabelle' SET m1.icon = 'fa fa-circle-o';
0 commit comments