Ajout champ nbvente

This commit is contained in:
Rodolphe Quiedeville 2003-07-10 17:08:53 +00:00
parent 4fe0510f50
commit 8a00f11543

View File

@ -30,6 +30,7 @@ create table llx_product
description text,
price double,
tva_tx double,
fk_user_author integer
fk_user_author integer,
nbvente integer
);