Fixed bugs!

This commit is contained in:
James Cole
2014-12-15 18:16:48 +01:00
parent f9ab49911d
commit 16678aa5e1
4 changed files with 12 additions and 5 deletions

View File

@@ -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.
*/