Explorar o código

Fix sql error

Laurent Destailleur %!s(int64=9) %!d(string=hai) anos
pai
achega
6ab8ba1cb1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      htdocs/install/mysql/tables/llx_societe_remise_except.sql

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