From 56f967f6dc3570278e71b5b5b35f8cd5612c018a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 15 Dec 2006 12:02:47 +0000 Subject: [PATCH] Ajoute price_ttc float(12,4) DEFAULT 0, price_base_type varchar(3) DEFAULT 'HT', --- mysql/tables/llx_product.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index ec6c137d46f..192c656979c 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -30,6 +30,8 @@ create table llx_product description text, note text, price double, + price_ttc float(12,4) DEFAULT 0, + price_base_type varchar(3) DEFAULT 'HT', tva_tx double, fk_user_author integer, envente tinyint DEFAULT 1,