Merge pull request #2230 from cuneytsenturk/master
Fixed account show page opening_balance currency
This commit is contained in:
commit
37becb8dc1
@ -96,7 +96,7 @@
|
|||||||
@stack('account_starting_balance_start')
|
@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">
|
<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) }}
|
{{ 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>
|
</li>
|
||||||
@stack('account_starting_balance_end')
|
@stack('account_starting_balance_end')
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user