diff --git a/client/src/org/compiere/apps/search/InfoProduct.java b/client/src/org/compiere/apps/search/InfoProduct.java index 1b8ed5d745..1a6e7c2838 100644 --- a/client/src/org/compiere/apps/search/InfoProduct.java +++ b/client/src/org/compiere/apps/search/InfoProduct.java @@ -424,7 +424,7 @@ public final class InfoProduct extends Info implements ActionListener // => Vendor String vendor = fieldVendor.getText().toUpperCase(); if (!(vendor.equals("") || vendor.equals("%"))) - where.append(" AND UPPER(bp.Name) LIKE ?"); + where.append(" AND UPPER(bp.Name) LIKE ? AND ppo.IsCurrentVendor='Y'"); return where.toString(); } // getSQLWhere