Fix sql error

This commit is contained in:
Laurent Destailleur 2016-02-19 16:10:14 +01:00
parent e820f09912
commit 6ab8ba1cb1

View File

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