Fix syntax error

This commit is contained in:
Laurent Destailleur 2016-02-19 16:12:39 +01:00
parent 6ab8ba1cb1
commit f8956f785d

View File

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