Skip to content

Commit b0bdb16

Browse files
author
Jose Alberto Hernandez
committed
Disbursement option hasn't appeared in menu after MIR and CRB with Loan multidisbursement
1 parent 6dc4283 commit b0bdb16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/app/loans/loans-view/loans-view.component.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,14 @@ export class LoansViewComponent implements OnInit {
285285
taskPermissionName: 'UNDO_REAMORTIZE_LOAN'
286286
});
287287
}
288+
} else if (this.status === 'Closed (obligations met)' || this.status === 'Overpaid') {
289+
if (this.loanDetailsData.multiDisburseLoan) {
290+
this.buttonConfig.addButton({
291+
name: 'Disburse',
292+
icon: 'hand-holding-usd',
293+
taskPermissionName: 'DISBURSE_LOAN'
294+
});
295+
}
288296
}
289297
}
290298

0 commit comments

Comments
 (0)