From 169df10e69dd5def0bc7374ce43b79b22767a6e5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 24 Jan 2010 18:35:48 +0000 Subject: [PATCH] Add patch from juanjo --- htdocs/install/mysql/migration/2.7.0-2.8.0.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/install/mysql/migration/2.7.0-2.8.0.sql b/htdocs/install/mysql/migration/2.7.0-2.8.0.sql index 5c6717ed673..9482560bd5d 100755 --- a/htdocs/install/mysql/migration/2.7.0-2.8.0.sql +++ b/htdocs/install/mysql/migration/2.7.0-2.8.0.sql @@ -50,6 +50,9 @@ UPDATE llx_const set value='mail' where value='simplemail' and name='MAIN_MAIL_S ALTER TABLE llx_projet ADD COLUMN model_pdf varchar(50) AFTER note; +ALTER TABLE llx_societe ADD COLUMN localtax1_assuj tinyint DEFAULT 0 after tva_assuj; +ALTER TABLE llx_societe ADD COLUMN localtax2_assuj tinyint DEFAULT 0 after localtax1_assuj; + -- Create table of extra fields create table llx_extra_fields