From f8956f785da240bb5d1dcd950bd68cc20fd7f237 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 19 Feb 2016 16:12:39 +0100 Subject: [PATCH] Fix syntax 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 b02ea94c1f2..ef84e0081d6 100644 --- a/htdocs/install/mysql/tables/llx_societe_remise_except.sql +++ b/htdocs/install/mysql/tables/llx_societe_remise_except.sql @@ -32,7 +32,7 @@ create table llx_societe_remise_except fk_facture_line integer, fk_facture integer, fk_facture_source integer, - description text NOT NULL + 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