Nouveau fichier

This commit is contained in:
Rodolphe Quiedeville 2003-06-20 15:51:59 +00:00
parent 8005104726
commit 3c13e90551

View File

@ -0,0 +1,10 @@
--
-- table llx_product
--
alter table llx_product modify price real ;
alter table llx_product add tva_tx real ;
update llx_product set tva_tx = 19.6 ;