Merge pull request #13388 from OPEN-DSI/new-type-category-from-hook

NEW add category type from hook
This commit is contained in:
Laurent Destailleur
2020-03-22 19:45:31 +01:00
committed by GitHub
6 changed files with 82 additions and 48 deletions

View File

@@ -198,3 +198,4 @@ ALTER TABLE llx_entrepot ADD COLUMN phone varchar(20) DEFAULT NULL;
ALTER TABLE llx_accounting_account ADD COLUMN reconcilable tinyint DEFAULT 0 NOT NULL after active;
ALTER TABLE llx_categorie CHANGE type type integer NOT NULL DEFAULT '1';