Update productcustomerprice.class.php

This commit is contained in:
Laurent Destailleur
2018-07-09 17:04:50 +02:00
committed by GitHub
parent 551e2efe86
commit d5cb2fc4cd

View File

@@ -452,7 +452,6 @@ class Productcustomerprice extends CommonObject
$sql .= " AND prod.rowid=t.fk_product ";
$sql .= " AND prod.entity IN (" . getEntity('product') . ")";
$sql .= " AND t.entity IN (" . getEntity('productprice') . ")";
$sql .= " AND soc.entity IN (" . getEntity('societe') . ")";
// Manage filter
if (count($filter) > 0) {