fixed #327
This commit is contained in:
parent
fda7f7d790
commit
59ae2f9977
@ -26,7 +26,7 @@ class Transfers extends Controller
|
||||
{
|
||||
$request = request();
|
||||
|
||||
$items = Transfer::with(['payment', 'revenue', 'account'])->collect('payment.paid_at');
|
||||
$items = Transfer::with(['payment', 'payment.account', 'revenue', 'revenue.account'])->collect('payment.paid_at');
|
||||
|
||||
$accounts = collect(Account::enabled()->pluck('name', 'id'))
|
||||
->prepend(trans('general.all_type', ['type' => trans_choice('general.accounts', 2)]), '');
|
||||
|
Loading…
x
Reference in New Issue
Block a user