Commit f97e7479 authored by prane's avatar prane

changed tran_date to due_date in getBomCode() method signature

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204187 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 76d37c09
......@@ -158,7 +158,9 @@ public class DemandGenPrc extends ProcessEJB implements DemandGenPrcLocal, Deman
rs2 = null;
// get Scheme code
bomCode = getBomCode(itemCode, custCode, quantity, tranDate, siteCode, stateCode, countCode, conn);
//Pavan Rane 29jul19[changed tran_date to due_date in getBomCode() method signature]
//bomCode = getBomCode(itemCode, custCode, quantity, tranDate, siteCode, stateCode, countCode, conn);
bomCode = getBomCode(itemCode, custCode, quantity, dueDate, siteCode, stateCode, countCode, conn);
// calculate free quantity
//frQty = getFreeQty(bomCode, quantity, conn);
......
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