Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/FBR-490: Prequalification fixes #257

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/global-translations/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5301,6 +5301,6 @@
"label.description.additional.aniosComunidad": "Years community",
"label.description.additional.servicios": "Services",
"validation.msg.group.legacyNumber.not.greater.than.zero": "Old Group No. must be greater than zero",

"error.msg.prequalification.is.not.linked.to.a.group": "Asegúrese de que esta precalificación esté vinculada a un grupo.",
"----End---": "--End of file--- "
}
2 changes: 1 addition & 1 deletion app/global-translations/locale-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4925,6 +4925,6 @@
"label.input.document.type": "Tipo de Documento",
"label.heading.prequalification.name": "Nombre de precalificación",
"validation.msg.group.legacyNumber.not.greater.than.zero": "El número de grupo antiguo debe ser mayor que cero.",

"error.msg.prequalification.is.not.linked.to.a.group": "Please ensure that this prequalification is linked to a group",
"----End---": "---Fin del archivo---"
}
2 changes: 1 addition & 1 deletion app/views/loans/viewloanaccountdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ <h3>{{'label.heading.currentBalance' | translate}}: {{loandetails.currency.displ
<tr data-ng-show="loandetails.isTopup">
<td>{{'label.heading.loanIdToClose' | translate}}</td>
<td><span class="padded-td"><a
href="#/viewloanaccount/{{loandetails.closureLoanId| FormatByLocale}}">{{loandetails.closureLoanAccountNo}}</a></span>
href="#/viewloanaccount/{{loandetails.closureLoanId}}">{{loandetails.closureLoanAccountNo}}</a></span>
</td>
</tr>
<tr data-ng-show="loandetails.isTopup">
Expand Down
Loading