diff --git a/mysql/tables/llx_propaldet.sql b/mysql/tables/llx_propaldet.sql index 664096f2151..967a6f6439c 100644 --- a/mysql/tables/llx_propaldet.sql +++ b/mysql/tables/llx_propaldet.sql @@ -26,6 +26,6 @@ create table llx_propaldet fk_product integer, description text, qty smallint, - price real + price real, tva_tx real default 19.6 );