Syntax error

This commit is contained in:
Rodolphe Quiedeville 2003-06-22 09:40:48 +00:00
parent eabef5d891
commit 3278c295eb

View File

@ -26,6 +26,6 @@ create table llx_propaldet
fk_product integer,
description text,
qty smallint,
price real
price real,
tva_tx real default 19.6
);