Ajout champs tva_taux

This commit is contained in:
Rodolphe Quiedeville 2003-04-12 23:36:17 +00:00
parent f904e9c2ce
commit feaa485a7f

View File

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