Fixing style errors.
This commit is contained in:
parent
0f80ba5353
commit
bc5e6c867f
@ -472,9 +472,9 @@ class Products extends DolibarrApi
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($result > 0) {
|
if ($result > 0) {
|
||||||
require_once DOL_DOCUMENT_ROOT . '/product/class/productcustomerprice.class.php';
|
require_once DOL_DOCUMENT_ROOT . '/product/class/productcustomerprice.class.php';
|
||||||
$prodcustprice = new Productcustomerprice($this->db);
|
$prodcustprice = new Productcustomerprice($this->db);
|
||||||
$result = $prodcustprice->fetch_all('', '', 0, 0, array('t.fk_product' => $id));
|
$result = $prodcustprice->fetch_all('', '', 0, 0, array('t.fk_product' => $id));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( empty($prodcustprice->lines)) {
|
if ( empty($prodcustprice->lines)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user