Update productcustomerprice.class.php
This commit is contained in:
parent
e8afd7e833
commit
551e2efe86
@ -342,8 +342,7 @@ 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) {
|
||||||
foreach ( $filter as $key => $value ) {
|
foreach ( $filter as $key => $value ) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user