mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Fixed bugs!
This commit is contained in:
@@ -214,10 +214,12 @@ class TransactionController extends BaseController
|
||||
$what = strtolower($journal->transactiontype->type);
|
||||
|
||||
// get asset accounts with names and id's.
|
||||
$accounts = FFForm::makeSelectList($accountRepository->getAssetAccounts());
|
||||
|
||||
$budgets = FFForm::makeSelectList($budgetRepository->get(), true);
|
||||
$accounts = FFForm::makeSelectList($accountRepository->getAssetAccounts());
|
||||
$piggies = FFForm::makeSelectList($piggyRepository->get(), true);
|
||||
|
||||
|
||||
/*
|
||||
* Data to properly display the edit form.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user