Kaynağa Gözat

Fix sql error

Laurent Destailleur 9 yıl önce
ebeveyn
işleme
6ab8ba1cb1

+ 1 - 1
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;