Merge pull request #2230 from cuneytsenturk/master

Fixed account show page opening_balance currency
This commit is contained in:
Cüneyt Şentürk 2021-08-19 10:31:50 +03:00 committed by GitHub
commit 37becb8dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>