Commit c7a1e4a7 authored by vvengurlekar's avatar vvengurlekar

PoRcpConf.java - loc_code_aprv of qc_order should be set in loc_code of qc_order_lots


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192829 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 49b455a9
...@@ -4550,7 +4550,9 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp ...@@ -4550,7 +4550,9 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
} }
} }
// added by priyanka // added by priyanka
int rowcount = InsertQcOrderLots(qcNo, tranId, itemCode, unit, lotNoRcp, qcLotLocCode, batchNo, spec, today, mfgDate, expiryDate, conn); //Commented and added by Varsha V on 12-11-18 to set loc_code__aprv of qc_order in qc_order_lots
//int rowcount = InsertQcOrderLots(qcNo, tranId, itemCode, unit, lotNoRcp, qcLotLocCode, batchNo, spec, today, mfgDate, expiryDate, conn);
int rowcount = InsertQcOrderLots(qcNo, tranId, itemCode, unit, lotNoRcp, aprv, batchNo, spec, today, mfgDate, expiryDate, conn);
qcRejectedList = new ArrayList(); qcRejectedList = new ArrayList();
//Changed by Jagruti Shinde Request id:[W16CSUN009][Start] //Changed by Jagruti Shinde Request id:[W16CSUN009][Start]
......
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