mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
fix: allineamento tabelle previste
This commit is contained in:
@@ -318,6 +318,9 @@ DELETE FROM `zz_modules` WHERE `name` = 'Marche impianti';
|
||||
|
||||
UPDATE `zz_modules` SET `options` = 'SELECT |select| FROM `zz_marche` WHERE 1=1 AND parent = 0 HAVING 2=2 ORDER BY `zz_marche`.`name`' WHERE `zz_modules`.`name` = 'Marche';
|
||||
|
||||
DROP TABLE `my_impianti_marche`;
|
||||
DROP TABLE `my_impianti_marche_lang`;
|
||||
|
||||
-- Allineamento vista Impianti
|
||||
UPDATE `zz_modules` SET `options` = "
|
||||
SELECT
|
||||
|
||||
@@ -96,6 +96,7 @@ return [
|
||||
'em_email_receiver',
|
||||
'em_email_upload',
|
||||
'em_email_print',
|
||||
'em_files_categories_template',
|
||||
'em_newsletter_receiver',
|
||||
'fe_causali_pagamento_ritenuta',
|
||||
'fe_modalita_pagamento',
|
||||
@@ -162,16 +163,20 @@ return [
|
||||
'zz_cache',
|
||||
'zz_cache_lang',
|
||||
'zz_categorie',
|
||||
'zz_categorie_lang',
|
||||
'zz_currencies',
|
||||
'zz_currencies_lang',
|
||||
'zz_checks',
|
||||
'zz_check_user',
|
||||
'zz_checklists',
|
||||
'zz_checklist_items',
|
||||
'zz_default_description',
|
||||
'zz_default_description_module',
|
||||
'zz_events',
|
||||
'zz_field_record',
|
||||
'zz_fields',
|
||||
'zz_files',
|
||||
'zz_files_categories',
|
||||
'zz_files_print',
|
||||
'zz_groups',
|
||||
'zz_groups_lang',
|
||||
|
||||
Reference in New Issue
Block a user