@@ -54,6 +54,5 @@ from sa_orderitems t1
LEFT JOIN plm_item t3 ON t3.itemid = t1.itemid and t3.siteid = t1.siteid
LEFT JOIN plm_itemextend t4 on t4.itemid = t1.itemid and t4.siteid = t1.siteid
where t1.siteid = $siteid$
- and t1.isclose = 0
and t1.sa_orderid = $sa_orderid$
and $where$