From 9f9af0b6934bfd423e1d4d2fbb5f10c2bd6cb900 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 27 Mar 2015 08:11:13 +0100 Subject: [PATCH] Moved to account list. --- resources/views/accounts/show.blade.php | 6 +++++- resources/views/transactions/index.blade.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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])