Skip to content

Commit

Permalink
Fix issue #2175
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexina M Daniel authored and mbj36 committed Oct 24, 2017
1 parent 26a32c1 commit d9a941f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/global-translations/locale-en.json
Expand Up @@ -1428,6 +1428,7 @@
"label.anchor.disburse": "Disburse",
"label.anchor.disbursetosavings":"Disburse To Savings",
"label.anchor.repayment": "Repayment",
"label.anchor.prepayment": "Prepayment",
"label.anchor.waiveinterest": "Waive Interest",
"label.anchor.waivecharge": "Waive Charge",
"label.anchor.writeoff": "Write Off",
Expand Down
Expand Up @@ -143,7 +143,7 @@
scope.isTransaction = true;
scope.showAmountField = true;
scope.taskPermissionName = 'REPAYMENT_LOAN';
scope.action = 'repayment';
scope.action = 'prepayment';
break;
case "waiveinterest":
scope.modelName = 'transactionDate';
Expand Down

0 comments on commit d9a941f

Please sign in to comment.