Commit 025192fc authored by prane's avatar prane

commented itemser for stock sql

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202689 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1f7c853d
......@@ -180,7 +180,7 @@ UNION ALL
AND a.site_code = '@sitecode@'
AND NVL(c.plan_prod,'N') = 'Y'
AND a.item_code=d.item_code
and d.item_ser not in ('FG01','FG07')
--and d.item_ser not in ('FG01','FG07')
AND a.EFF_date > to_date('@rundate@')) group by item_code,due_date
UNION ALL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment