Ajout champs tva_taux
This commit is contained in:
parent
f904e9c2ce
commit
feaa485a7f
@ -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
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user