Commit eba19668 authored by prane's avatar prane

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213450 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a48701ac
......@@ -47,7 +47,7 @@ union all
select item.item_code, FN_MRP_DUEDATE(to_date('@fromdate@')) as due_date,
0 demand ,
0 supply,
sum(inv_dem_supp.SUPPLY_QTY) supply,
sum(inv_dem_supp.SUPPLY_QTY) stock_qty,
0 oth_supply,
0 pending_po,
......
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