Commit a7d36aa8 authored by smanohar's avatar smanohar

modname P-RCP single quote changed to double quote

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190755 ce508802-f39f-4f6c-b175-0d175dae99d5
parent decde0a4
......@@ -111,7 +111,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
userId = getValueFromXTRA_PARAMS(xtraParams, "loginCode");
siteCodlogin =(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode"));
modName = 'P-RCP'; // 14-sep-2018 manoharan
modName = "P-RCP"; // 14-sep-2018 manoharan
if (objContext != null && objContext.trim().length() > 0)
{
......
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