Skip to content

Commit

Permalink
TSS-145 update date format
Browse files Browse the repository at this point in the history
  • Loading branch information
Faheem Ahmad committed Oct 30, 2023
1 parent 387fecf commit b1c6d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/loans/viewloanaccountdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ <h3>{{'label.heading.currentBalance' | translate}}: {{loandetails.currency.displ
<th>{{'label.heading.interestrate' | translate}}</th>
</tr>
<tr ng-repeat="period in loandetails.interestRatesPeriods">
<td>{{period.fromDate}}</td>
<td>{{period.fromDate | DateFormat}}</td>
<td>{{period.effectiveInterestRate}}</td>
</tr>
</table>
Expand Down

0 comments on commit b1c6d68

Please sign in to comment.