Commit 39f7fc30 authored by kshinde's avatar kshinde

Bug fix porcptrantype null pointer exception

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182488 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 22af0477
......@@ -1986,7 +1986,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
{
tranType = discommon.getDisparams("999999", "ASSET_PORCP_TRAN_TYPE", conn);
porcpTranType = genericUtility.getColumnValue("tran_type ", dom);
porcpTranType = genericUtility.getColumnValue("tran_type", dom);
if("NULLFOUND".equalsIgnoreCase(tranType) || tranType.trim().length()==0)
{
tranType=" ";
......
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