Commit 66331b28 authored by prane's avatar prane

changed err msg from customer item to item master

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200287 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9b709b8b
...@@ -930,8 +930,8 @@ public class SOrderForm extends ValidatorEJB implements SOrderFormLocal, SOrderF ...@@ -930,8 +930,8 @@ public class SOrderForm extends ValidatorEJB implements SOrderFormLocal, SOrderF
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
if ("Y".equalsIgnoreCase(lsStopBusiness)) { if ("Y".equalsIgnoreCase(lsStopBusiness)) {
errCode = "VTICC"; errCode = "VTIIC";
errString = getErrorString("cust_code",errCode,userId); errString = getErrorString("item_code",errCode,userId);
break; break;
} }
//Pavan Rane 25apr19 end //Pavan Rane 25apr19 end
......
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