@@ -49,4 +49,4 @@ FROM sa_promotion_items t1
where t1.siteid = $siteid$
and t1.sa_promotionid = $sa_promotionid$
and t1.sa_promotion_itemgroupid = $sa_promotion_itemgroupid$
- and $where$
+ and $where$ and $tablefilter$
@@ -15,4 +15,4 @@ FROM
and t1.itemid in (SELECT itemid
from plm_item_tradefield
WHERE ($where1$)
- and siteid = $siteid$)
+ and siteid = $siteid$) and $tablefilter$