mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Small fixes.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
@@ -384,7 +384,6 @@ class TransactionController extends BaseController
|
||||
);
|
||||
|
||||
return Response::json($result->toArray());
|
||||
// build custom query. TODO move
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user