Commit 5155b344 authored by manohar's avatar manohar

Duplicate checkin during edit mode aslso done instead of add mode as user is...

Duplicate checkin during edit mode aslso done instead of add mode as user is allowed change validity period as well as lot range


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93896 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2bcaf5c8
......@@ -499,7 +499,7 @@ public class PriceList extends ValidatorEJB implements PriceListLocal, PriceList
errCode = "VMCODNULL";
errString = getErrorString("price_list",errCode,userId);
}
else if ("A".equals(editFlag))
else // if ("A".equals(editFlag))
{
System.out.println("before effFromStr [" + effFromStr + "] validUptoStr [" + validUptoStr + "]");
effFromStr = genericUtility.getValidDateString(effFromStr,genericUtility.getApplDateFormat(),genericUtility.getDBDateFormat());
......
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