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