Fix: Non default canvas usage must be restricted to advanced external module. Standard version should works with one kind of third party.

This commit is contained in:
Laurent Destailleur 2010-09-01 15:10:15 +00:00
parent f5d47498ed
commit e389618ddb

View File

@ -43,4 +43,4 @@ ALTER TABLE llx_expedition MODIFY date_delivery datetime NULL;
ALTER TABLE llx_societe ADD COLUMN canvas varchar(32) DEFAULT 'default' AFTER default_lang;
UPDATE llx_societe SET canvas='default' WHERE canvas IS NULL;
--UPDATE llx_societe SET canvas='default' WHERE fk_typent <> 8;
UPDATE llx_societe SET canvas='individual' WHERE fk_typent = 8;
--UPDATE llx_societe SET canvas='individual' WHERE fk_typent = 8;