From 84df6bd6393c1352361da678d9d857c2b64f0952 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Thu, 25 Oct 2012 08:19:16 +0200 Subject: [PATCH] Task # 559 : forgot to update supplier prices sql table --- htdocs/install/mysql/tables/llx_product_fournisseur_price.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql b/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql index a6cb81527a6..4b7c0cc0306 100644 --- a/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql +++ b/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql @@ -31,6 +31,8 @@ create table llx_product_fournisseur_price fk_availability integer, price double(24,8) DEFAULT 0, quantity double, + remise_percent double NOT NULL DEFAULT 0, + remise double NOT NULL DEFAULT 0, unitprice double(24,8) DEFAULT 0, charges double(24,8) DEFAULT 0, unitcharges double(24,8) DEFAULT 0,