diff --git a/app/controllers/ReportController.php b/app/controllers/ReportController.php index c341f971ea..48eef3a0b3 100644 --- a/app/controllers/ReportController.php +++ b/app/controllers/ReportController.php @@ -208,14 +208,6 @@ class ReportController extends BaseController // } // ); - /* - * TODO Filter withdrawals without a counter-transfer (into this account) - */ - - /* - * TODO Filter deposits without a counter-transfer (away from this account) - */ - $journals = $withdrawals->merge($deposits); diff --git a/app/controllers/TransactionController.php b/app/controllers/TransactionController.php index e1025384f1..e0088de107 100644 --- a/app/controllers/TransactionController.php +++ b/app/controllers/TransactionController.php @@ -384,7 +384,6 @@ class TransactionController extends BaseController ); return Response::json($result->toArray()); - // build custom query. TODO move } /** diff --git a/app/views/list/journals-full.blade.php b/app/views/list/journals-full.blade.php index 6405564a5b..61929f43d9 100644 --- a/app/views/list/journals-full.blade.php +++ b/app/views/list/journals-full.blade.php @@ -3,8 +3,7 @@ @endif - - +
    Description Amount Date