Skip to content

Commit

Permalink
Update price_parser.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Je2fb committed Aug 8, 2019
1 parent 4008ddc commit 1a592f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/product/dynamic_price/class/price_parser.class.php
Expand Up @@ -261,7 +261,6 @@ public function parseProduct($product, $extra_values = array())

//Get the supplier min
$productFournisseur = new ProductFournisseur($this->db);
//$supplier_min_price = $productFournisseur->find_min_price_product_fournisseur($product->id, 0, 0);
if ($productFournisseur->find_min_price_product_fournisseur($product->id, 0, 0) > 0)
$supplier_min_price = $productFournisseur->fourn_unitprice;

Expand Down

0 comments on commit 1a592f8

Please sign in to comment.