[ https://issues.apache.org/jira/browse/FINERACT-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883629#comment-15883629 ]
ASF GitHub Bot commented on FINERACT-406: ----------------------------------------- GitHub user lionelraymundi opened a pull request: https://github.com/apache/incubator-fineract/pull/298 FINERACT-406 allow disbursal of topup loan on same date of transaction of previous loan You can merge this pull request into a Git repository by running: $ git pull https://github.com/lionelraymundi/incubator-fineract FINERACT-406 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-fineract/pull/298.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #298 ---- commit c197614af6ce8c92f66078c5d229b69371f5153a Author: Lionel Raymundi - Poincenot <lio...@poincenot.com> Date: 2017-02-24T21:49:02Z FINERACT-406 allow disbursal of topup loan on same date of transaction of previous loan ---- > Loan top up having same disbursement date of last transaction date of loan > account is not allowing > -------------------------------------------------------------------------------------------------- > > Key: FINERACT-406 > URL: https://issues.apache.org/jira/browse/FINERACT-406 > Project: Apache Fineract > Issue Type: Improvement > Reporter: Santosh Math > Assignee: Markus Geiss > > Steps to reproduce: > 1. create two loan products one of which top up enabled. > 2. Disburse loan(non-top-up) on 01 January 2016. > 3. Make first repayment on schedule date(say, 01 February 2016) > 4. Create another loan account(top-up enabled) and check 'Is Topup Loan' and > select the previous account and set 'Disbursement on' date as 01 February > 2016(Last transaction date of previous loan account). > >Not allowing to submit and throwing the error: > "error.msg.loan.disbursal.date.should.be.after.last.transaction.date.of.loan.to.be.closed" > Loan topup should not be allowed for disbursement dates prior to the last > transaction date of the previous loan account but it should allow on same > date. -- This message was sent by Atlassian JIRA (v6.3.15#6346)