diff --git a/app/global-translations/locale-en.json b/app/global-translations/locale-en.json index fe7b1cd8..3a3a34f2 100755 --- a/app/global-translations/locale-en.json +++ b/app/global-translations/locale-en.json @@ -168,7 +168,6 @@ "label.button.productivecollectionsheet": "Productive Collection Sheet", "label.button.more": "More", "label.button.reject": "Reject", - "label.button.reactivate":"Reactivate", "label.button.suspend": "Suspend", "label.button.pay": "Pay", "label.button.clientscreenreports":"Client screen reports", @@ -374,7 +373,6 @@ "label.anchor.funds": "Funds", "label.anchor.admin": "Admin", "label.anchor.reports": "Reports", - "label.anchor.reactivate":"Reactivate", "label.anchor.profile": "Profile", "label.anchor.settings": "Settings", "label.anchor.navigation": "Navigation", @@ -471,6 +469,7 @@ "label.anchor.acceptclienttransfer": "Accept Transfer Client", "label.anchor.rejecttransfer": "Reject Transfer Client", "label.anchor.undotransfer": "Undo Transfer Client", + "label.anchor.reactivate":"Reactivate", "#Inputs": "..", "label.input.filterbynameaccno": "Filter by name/account#/staff/office", @@ -481,6 +480,11 @@ "label.input.mobilenumber": "Mobile number", "label.input.client.activationdate": "Activation date", "label.input.client.creationdate": "Creation date", + "label.input.rejectdate":"Reject date", + "label.input.rejectreason":"Rejection reason", + "label.input.reactivationdate":"Re Activation date", + "label.input.withdrawdate":"Withdraw date", + "label.input.withdrawreason":"Withdraw reason", "label.input.clientName":"Client Name", "label.input.clientId":"Client Id", @@ -498,6 +502,7 @@ "label.button.viewsig":"View Client Signature", "label.button.viewactiveloans":"View Active Loans", "label.button.viewactivesavings":"View Active Savings", + "label.button.reactivate":"Reactivate", "label.button.ok" : "OK", "#Misc Labels": "..", @@ -2395,11 +2400,6 @@ "label.input.startdate": "Start date", "label.input.enddate": "End date", "label.input.closedate": "Close date", - "label.input.rejectdate":"Reject date", - "label.input.rejectreason":"Rejection reason", - "label.input.reactivationdate":"Re Activation date", - "label.input.withdrawdate":"Withdraw date", - "label.input.withdrawreason":"Withdraw reason", "label.input.includeinborrowerloancounter": "Include borrower loan counter", "label.input.decimalplace": "Decimal places", "label.input.principal": "Principal", diff --git a/app/scripts/models/clientStatus.js b/app/scripts/models/clientStatus.js index b60a010a..bf81021e 100644 --- a/app/scripts/models/clientStatus.js +++ b/app/scripts/models/clientStatus.js @@ -52,12 +52,6 @@ } ], "Closed":[ - { - name: "label.button.edit", - href: "#/editclient", - icon: "icon-edit", - taskPermissionName: "UPDATE_CLIENT" - }, { name: "label.button.reactivate", href: "#/client",