From e389618ddb7cd790daf2ec375395526973c7d630 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 1 Sep 2010 15:10:15 +0000 Subject: [PATCH] Fix: Non default canvas usage must be restricted to advanced external module. Standard version should works with one kind of third party. --- htdocs/install/mysql/migration/2.9.0-3.0.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/migration/2.9.0-3.0.0.sql b/htdocs/install/mysql/migration/2.9.0-3.0.0.sql index d3b75d1c5c4..1dcbdbcd8f2 100644 --- a/htdocs/install/mysql/migration/2.9.0-3.0.0.sql +++ b/htdocs/install/mysql/migration/2.9.0-3.0.0.sql @@ -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; \ No newline at end of file +--UPDATE llx_societe SET canvas='individual' WHERE fk_typent = 8; \ No newline at end of file