Ajout champs tx_tva

Modif type de price
This commit is contained in:
Rodolphe Quiedeville 2003-06-20 15:52:51 +00:00
parent 3c13e90551
commit e9924b30f7

View File

@ -28,7 +28,8 @@ create table llx_product
ref varchar(15) UNIQUE,
label varchar(255),
description text,
price smallint,
price double,
tva_tx double,
fk_user_author integer
);