Skip to content
Snippets Groups Projects
Commit 34cad213 authored by aspangaro's avatar aspangaro
Browse files

Fix: Not remove expensereport from menu. Menu of the module still in module file descriptor.

parent aae4524f
No related branches found
No related tags found
No related merge requests found
......@@ -371,7 +371,6 @@ ALTER TABLE llx_product_lang ADD COLUMN import_key varchar(14) DEFAULT NULL;
ALTER TABLE llx_actioncomm MODIFY COLUMN elementtype varchar(255) DEFAULT NULL;
DELETE FROM llx_menu where module='expensereport';
ALTER TABLE llx_accounting_system DROP COLUMN fk_pays;
ALTER TABLE llx_accounting_account ADD COLUMN fk_accounting_category integer DEFAULT 0 after label;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment