mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 18:16:45 +00:00
FINERACT-335 : Not able to create loan charges with charge calculation as Disbursement amount
This commit is contained in:
parent
251a125d08
commit
63a3cfa4bb
@ -104,6 +104,10 @@
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (chargeTimeType == 1 && item.id == 5)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user