Commit 06926414 authored by gahmad's avatar gahmad

changes from cust_code to site_code in validation method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91554 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d40400a4
......@@ -116,7 +116,10 @@ public class InvHoldRelIC extends ValidatorEJB implements InvHoldRelICLocal , In
if ( childNodeName.equalsIgnoreCase( "site_code" ) )
{
String siteCode = null;
siteCode = genericUtility.getColumnValue( "cust_code", dom, "1" );
//Commented and changed the "cust_code" to "site_code" - Gulzar - 02/12/11
//siteCode = genericUtility.getColumnValue( "cust_code", dom, "1" );
siteCode = genericUtility.getColumnValue( "site_code", dom, "1" );
//End changes by gulzar - 02/12/11
if( siteCode != null )
{
......
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