Commit 215f24eb authored by prane's avatar prane

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