Commit 8d944b85 authored by nkhan's avatar nkhan

closing tag missing in validaion


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103519 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 597f5c88
...@@ -723,8 +723,7 @@ public class PriceList extends ValidatorEJB implements PriceListLocal, PriceList ...@@ -723,8 +723,7 @@ public class PriceList extends ValidatorEJB implements PriceListLocal, PriceList
} }
} }
break; errStringXml.append("</Detail1>");//Changed by nasruddin 29-sep-16 closing tag missing
}//switch }//switch
//}//for //}//for
int errListSize = errList.size(); int errListSize = errList.size();
......
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