Fix view for transaction controller.

This commit is contained in:
James Cole
2018-04-16 19:25:33 +02:00
parent ecdc00dcb7
commit 1a8293d9ef
2 changed files with 22 additions and 14 deletions

View File

@@ -228,7 +228,6 @@ class TransactionController extends Controller
$what = strtolower($transactionType);
$subTitle = trans('firefly.' . $what) . ' "' . $journal->description . '"';
var_dump($transactions);exit;
return view('transactions.show', compact('journal', 'events', 'subTitle', 'what', 'transactions', 'linkTypes', 'links'));
}