Skip to content

Commit

Permalink
Merge pull request #126 from FITER1/TSS-145
Browse files Browse the repository at this point in the history
TSS-145 update date format
  • Loading branch information
faheem205 authored Nov 7, 2023
2 parents 9475d72 + b1c6d68 commit 8fb0a78
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 8fb0a78

Please sign in to comment.