Skip to content

Commit

Permalink
Fixed account show page opening_balance currency #we3thh
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Aug 19, 2021
1 parent 3987c24 commit 3fd42a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/banking/accounts/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
@stack('account_starting_balance_start')
<li class="list-group-item d-flex justify-content-between align-items-center border-0 border-top-1 font-weight-600">
{{ trans_choice('accounts.opening_balance', 2) }}
<small>@money($account->opening_balance, $account->currency->currency_code, true)</small>
<small>@money($account->opening_balance, $account->currency_code, true)</small>
</li>
@stack('account_starting_balance_end')
</ul>
Expand Down

0 comments on commit 3fd42a9

Please sign in to comment.