Modif table llx_propaldet

This commit is contained in:
Rodolphe Quiedeville 2003-06-21 15:21:18 +00:00
parent 96013c5275
commit 8b44ba9a3a

View File

@ -7,4 +7,8 @@ alter table llx_product modify price real ;
alter table llx_product add tva_tx real ;
update llx_product set tva_tx = 19.6 ;
update llx_product set tva_tx = 19.6 ;
alter table llx_propaldet add tva_tx real ;
alter table llx_propaldet add description text ;