Commit 269b1584 authored by pdas's avatar pdas

change in get finparams variable


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97795 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9374cf7c
...@@ -2971,7 +2971,7 @@ public class CalculateCommission ...@@ -2971,7 +2971,7 @@ public class CalculateCommission
} }
else else
{ {
acctcodeDeduct = finCommon.getFinparams("999999", "DEDUCT_COMM_CCTR", conn); cctrcodeDeduct = finCommon.getFinparams("999999", "DEDUCT_COMM_CCTR", conn); //Added By Priyanka Das
if("NULLFOUND".equalsIgnoreCase(cctrcodeDeduct) || cctrcodeDeduct== null ||cctrcodeDeduct.trim().length() == 0) if("NULLFOUND".equalsIgnoreCase(cctrcodeDeduct) || cctrcodeDeduct== null ||cctrcodeDeduct.trim().length() == 0)
{ {
......
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