Commit 93849435 authored by asikarwar's avatar asikarwar

commented item code header and details not be same validation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92468 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 18aa542c
......@@ -503,7 +503,7 @@ implements BillofQuantityICLocal, BillofQuantityICRemote
errFields.add(childNodeName.toLowerCase());
}
//added by cpandey validation for matching item code from header and detial on 05/11/12
if(itemCode.trim().equalsIgnoreCase(hitemCode.trim()))
/*if(itemCode.trim().equalsIgnoreCase(hitemCode.trim()))
{
System.out.println("edit flag --4>>["+editFlag+"]");
if(("E").equalsIgnoreCase(editFlag) || ("A").equalsIgnoreCase(editFlag))
......@@ -514,7 +514,7 @@ implements BillofQuantityICLocal, BillofQuantityICRemote
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
}
}
}*/
}
//end of changes on 05/11/12
else if (childNodeName.trim().equalsIgnoreCase("unit__rate"))
......
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