Commit afbd7879 authored by vjoshi's avatar vjoshi

for Pitambari_Vision migration_Point misc receipt dishonour error

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217651 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7d540f37
......@@ -1267,7 +1267,7 @@ public class ReceiptDishonourIC extends ValidatorEJB implements ReceiptDishonour
// System.out.println("fin entity curr code in receipt"+currCode);
}
if (finparamcrterm == null && finparamcrterm.trim().length() == 0)
if (finparamcrterm == null || finparamcrterm.trim().length() == 0) //changed By Vrushabh on 5-3-20 for Pitambari_Vision migration_Point misc receipt dishonour error
{
finparmCrTerm = crTerm;
}
......
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