From feaa485a7fe24fe4982e765ebd1d6043dc67573d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 12 Apr 2003 23:36:17 +0000 Subject: [PATCH] Ajout champs tva_taux --- mysql/tables/llx_facturedet.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql/tables/llx_facturedet.sql b/mysql/tables/llx_facturedet.sql index 97a117b1ca7..645d80d9cf7 100644 --- a/mysql/tables/llx_facturedet.sql +++ b/mysql/tables/llx_facturedet.sql @@ -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 );