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
e8afd7e833
commit
551e2efe86
@@ -342,8 +342,7 @@ 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) {
|
||||
foreach ( $filter as $key => $value ) {
|
||||
|
||||
Reference in New Issue
Block a user