forked from Wavyzz/dolibarr
Work on the feature to select which field to show
This commit is contained in:
@@ -23,7 +23,7 @@ create table llx_user_param
|
||||
fk_user integer NOT NULL,
|
||||
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
||||
param varchar(64) NOT NULL,
|
||||
value varchar(255) NOT NULL
|
||||
value text NOT NULL
|
||||
)ENGINE=innodb;
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user