From 3856d440d2ca59e8761bd92907976be6bb9b01c3 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 19 Dec 2006 12:15:10 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20gestion=20du=20HT=20et=20TTC?= =?UTF-8?q?=20avec=20l'option=20multiprix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.0.0-2.1.0.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index b583469613a..06d60f768e6 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -616,4 +616,5 @@ create table llx_product_subproduct UNIQUE(fk_product, fk_product_subproduct) )type=innodb; -alter table llx_product_price add column price_base_type varchar(3) DEFAULT 'HT' after price; \ No newline at end of file +alter table llx_product_price add column price_base_type varchar(3) DEFAULT 'HT' after price; +alter table llx_product_price add column price_ttc float(12,4) DEFAULT 0 after price; \ No newline at end of file