From f29a926440f86197069364c88cbc37d17ba8576f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 15 Dec 2006 12:16:26 +0000 Subject: [PATCH] Passe le base_price dans la methode SetSellPrice --- htdocs/product/price.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index f6fbdf30192..9c7ad57b12b 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -56,8 +56,8 @@ if ($_POST["action"] == 'update_price' && $result = $product->fetch($_GET["id"]); - $product->SetSellprice($_POST["price"]); - $product->price_base_type = $_POST["price_base_type"]; + $product->SetSellprice($_POST["price"], $_POST["price_base_type"]); + // MultiPrix if($conf->global->PRODUIT_MULTIPRICES == 1) {