Commit c0812f24 authored by smanohar's avatar smanohar

Bug fix, wrong variable initialised instead of advance credit term new product...

Bug fix, wrong variable initialised instead of advance credit term new product order type is initialised which is corrected

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@208980 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f542c201
......@@ -2820,7 +2820,8 @@ public class PostOrdCreditChk
lsAdvCrTerm = disCommon.getDisparams("999999","ADVANCE_CR_TERM",conn);
if ("NULLFOUND".equals(lsAdvCrTerm) || lsAdvCrTerm.trim().length() == 0 )
{
ordTypeNewPrd = " ";
//ordTypeNewPrd = " "; // 07-oct-2019 Manoharan commented as wrong variable initialised
lsAdvCrTerm = " ";
}
lsAdvCrTerm = lsAdvCrTerm.trim();
......
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