mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small fixes.
This commit is contained in:
parent
834f8382e9
commit
3aa9057c5f
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -3,8 +3,7 @@
|
||||
@endif
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
<th colspan="2"> </th>
|
||||
<th>Description</th>
|
||||
<th>Amount</th>
|
||||
<th>Date</th>
|
||||
|
Loading…
Reference in New Issue
Block a user