Explorar el Código

Fix sql error

Laurent Destailleur hace 9 años
padre
commit
6ab8ba1cb1
Se han modificado 1 ficheros con 1 adiciones y 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;