From 6ab8ba1cb1f830081a903d373786ae23e02165d5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Fri, 19 Feb 2016 16:10:14 +0100 Subject: [PATCH] Fix sql error --- htdocs/install/mysql/tables/llx_societe_remise_except.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_societe_remise_except.sql b/htdocs/install/mysql/tables/llx_societe_remise_except.sql index 3fa57f98624..b02ea94c1f2 100644 --- a/htdocs/install/mysql/tables/llx_societe_remise_except.sql +++ b/htdocs/install/mysql/tables/llx_societe_remise_except.sql @@ -35,5 +35,5 @@ create table llx_societe_remise_except description text NOT NULL multicurrency_amount_ht double(24,8) NOT NULL, multicurrency_amount_tva double(24,8) DEFAULT 0 NOT NULL, - multicurrency_amount_ttc double(24,8) DEFAULT 0 NOT NULL, + multicurrency_amount_ttc double(24,8) DEFAULT 0 NOT NULL )ENGINE=innodb; -- GitLab