FINERACT-335 : Not able to create loan charges with charge calculation as Disbursement amount

This commit is contained in:
nazeer1100126 2017-03-13 16:32:14 +05:30
parent 251a125d08
commit 63a3cfa4bb

View File

@ -104,6 +104,10 @@
{
return false;
}
if (chargeTimeType == 1 && item.id == 5)
{
return false;
}
return true;
};
};