diff --git a/resources/views/accounts/show.blade.php b/resources/views/accounts/show.blade.php index 0fcd1ff2e7..7fd0e893e8 100644 --- a/resources/views/accounts/show.blade.php +++ b/resources/views/accounts/show.blade.php @@ -37,7 +37,7 @@ Transactions
- @include('list.journals-full',['sorting' => false]) + @include('list.journals-full',['sorting' => true])
@@ -49,10 +49,14 @@ + + + @stop diff --git a/resources/views/transactions/index.blade.php b/resources/views/transactions/index.blade.php index b2712a60db..39b018c9dd 100644 --- a/resources/views/transactions/index.blade.php +++ b/resources/views/transactions/index.blade.php @@ -7,7 +7,7 @@
{{{$subTitle}}}
- @include('list.journals-full',['sorting' => true]) + @include('list.journals-full',['sorting' => false])