Commit 2598644b authored by cpatil's avatar cpatil

set dom1 for site code dlv


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93660 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a183ec7f
......@@ -172,7 +172,7 @@ implements BillofQuantityActLocal, BillofQuantityActRemote
boqId = genericUtility.getColumnValue("tran_id__boq", dom1);
contractNo = genericUtility.getColumnValue("contract_no", dom1);
siteCodeDlv = genericUtility.getColumnValue("site_code__dlv", dom); // SITE_CODE__DLV
siteCodeDlv = genericUtility.getColumnValue("site_code__dlv", dom1); // SITE_CODE__DLV
System.out.println("@@@@@@@@@siteCodeDlv["+siteCodeDlv+"]");
System.out.println("item code = " + itemCode+"indent no -->>"+indentNo+"boq id-->> "+boqId+" contractNo-->>"+contractNo);
conn = connDriver.getConnectDB("DriverITM");
......
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