Ajout de champs

This commit is contained in:
Rodolphe Quiedeville 2003-03-12 16:59:33 +00:00
parent 45e415638c
commit c34e2ace5a

View File

@ -26,7 +26,10 @@ create table llx_facture_fourn_det
fk_product integer NULL,
description text,
pu_ht real default 0,
qty smallint default 1,
total_ht real default 0,
tva_taux real default 0,
qty smallint default 1
tva real default 0,
total_ttc real default 0
);