From 3fd42a9078d78e934c59f2d9abbe592fa8e60135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Thu, 19 Aug 2021 10:31:03 +0300 Subject: [PATCH] Fixed account show page opening_balance currency #we3thh --- resources/views/banking/accounts/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/banking/accounts/show.blade.php b/resources/views/banking/accounts/show.blade.php index 434d3ea31..175cd3c11 100644 --- a/resources/views/banking/accounts/show.blade.php +++ b/resources/views/banking/accounts/show.blade.php @@ -96,7 +96,7 @@ @stack('account_starting_balance_start')
  • {{ trans_choice('accounts.opening_balance', 2) }} - @money($account->opening_balance, $account->currency->currency_code, true) + @money($account->opening_balance, $account->currency_code, true)
  • @stack('account_starting_balance_end')