Commit 6823b7df authored by steurwadkar's avatar steurwadkar

Bug fix for getErrorString


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104387 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3ab9ce57
...@@ -796,7 +796,9 @@ public class SOrderForm extends ValidatorEJB implements SOrderFormLocal, SOrderF ...@@ -796,7 +796,9 @@ public class SOrderForm extends ValidatorEJB implements SOrderFormLocal, SOrderF
{ {
//System.out.println("Duplicate item"); //System.out.println("Duplicate item");
errCode = "VMSODUPIT "; errCode = "VMSODUPIT ";
errString = getErrorString("VMSODUPIT",errCode,userId); //Changed by Santosh on 13/01/2017 to send column name
//errString = getErrorString("VMSODUPIT",errCode,userId);
errString = getErrorString("item_code",errCode,userId);
//break; //break;
return errString; return errString;
} }
......
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