Fix
This commit is contained in:
parent
c5e341883d
commit
51ed77fbf7
@ -64,6 +64,9 @@ create table llx_facturedet_rec_extrafields
|
|||||||
|
|
||||||
ALTER TABLE llx_facturedet_rec_extrafields ADD INDEX idx_facturedet_rec_extrafields (fk_object);
|
ALTER TABLE llx_facturedet_rec_extrafields ADD INDEX idx_facturedet_rec_extrafields (fk_object);
|
||||||
|
|
||||||
|
-- This var is per entity now, so we remove const if global if exists
|
||||||
|
delete from llx_const where name = 'PROJECT_HIDE_TASKS' and entity = 0;
|
||||||
|
|
||||||
|
|
||||||
-- For v12
|
-- For v12
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user