2
0
forked from Wavyzz/dolibarr

Work on the feature to select which field to show

This commit is contained in:
Laurent Destailleur
2015-10-14 18:48:03 +02:00
parent 225313d8ac
commit e9aed15bed
6 changed files with 111 additions and 40 deletions

View File

@@ -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;
--