mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Debug code for transaction view. [skip ci]
This commit is contained in:
@@ -228,8 +228,6 @@ class TransactionController extends Controller
|
|||||||
$what = strtolower($transactionType);
|
$what = strtolower($transactionType);
|
||||||
$subTitle = trans('firefly.' . $what) . ' "' . $journal->description . '"';
|
$subTitle = trans('firefly.' . $what) . ' "' . $journal->description . '"';
|
||||||
|
|
||||||
var_dump($transactions);
|
|
||||||
exit;
|
|
||||||
|
|
||||||
return view('transactions.show', compact('journal', 'events', 'subTitle', 'what', 'transactions', 'linkTypes', 'links'));
|
return view('transactions.show', compact('journal', 'events', 'subTitle', 'what', 'transactions', 'linkTypes', 'links'));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user