Update productcustomerprice.class.php
This commit is contained in:
parent
551e2efe86
commit
d5cb2fc4cd
@ -452,7 +452,6 @@ class Productcustomerprice extends CommonObject
|
|||||||
$sql .= " AND prod.rowid=t.fk_product ";
|
$sql .= " AND prod.rowid=t.fk_product ";
|
||||||
$sql .= " AND prod.entity IN (" . getEntity('product') . ")";
|
$sql .= " AND prod.entity IN (" . getEntity('product') . ")";
|
||||||
$sql .= " AND t.entity IN (" . getEntity('productprice') . ")";
|
$sql .= " AND t.entity IN (" . getEntity('productprice') . ")";
|
||||||
$sql .= " AND soc.entity IN (" . getEntity('societe') . ")";
|
|
||||||
|
|
||||||
// Manage filter
|
// Manage filter
|
||||||
if (count($filter) > 0) {
|
if (count($filter) > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user