Commit 1b42e30f authored by sshinde's avatar sshinde

pass connection parameter to shipment confirm method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93607 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b1f40981
......@@ -5436,8 +5436,7 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
conn.commit();
//Confirmation logic
retString=shipmentConf.confirm(generatedTranId, xtraParams,"");
shipmentConf.confirm(generatedTranId, xtraParams, "", conn);
//ls_errcode = nvo_despatch.gbf_retrieve_despatch(desp_hdr.describe("datawindow.data") ,desp_det.describe("datawindow.data"),1,sqlca_cp)
......
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