@@ -16,6 +16,7 @@ SELECT t1.itemid,
t3.groupqty,
t3.saledqty,
t1.spec,
+ t1.standards,
t1.marketprice,
(SELECT unitname FROM plm_unit WHERE unitid = t1.unitid and siteid = t1.siteid) unit,
(SELECT unitname FROM plm_unit WHERE unitid = t2.auxunitid and siteid = t1.siteid) auxunit,