diff --git a/htdocs/install/mysql/tables/llx_societe_remise_except.sql b/htdocs/install/mysql/tables/llx_societe_remise_except.sql
index 3fa57f98624c03188eb3f4fa693555e1cfaa3271..b02ea94c1f2a1c782aa940e0067e51458e475047 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;