mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Update productcustomerprice.class.php
This commit is contained in:
committed by
GitHub
parent
551e2efe86
commit
d5cb2fc4cd
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user