mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 14:58:40 +00:00
Fix issue in link.
This commit is contained in:
@@ -77,6 +77,10 @@ class IndexController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function index(Request $request, string $objectType, Carbon $start = null, Carbon $end = null)
|
public function index(Request $request, string $objectType, Carbon $start = null, Carbon $end = null)
|
||||||
{
|
{
|
||||||
|
if('transfers' === $objectType) {
|
||||||
|
$objectType = 'transfer';
|
||||||
|
}
|
||||||
|
|
||||||
$subTitleIcon = config('firefly.transactionIconsByType.' . $objectType);
|
$subTitleIcon = config('firefly.transactionIconsByType.' . $objectType);
|
||||||
$types = config('firefly.transactionTypesByType.' . $objectType);
|
$types = config('firefly.transactionTypesByType.' . $objectType);
|
||||||
$page = (int)$request->get('page');
|
$page = (int)$request->get('page');
|
||||||
|
Reference in New Issue
Block a user