mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	This fixes #454
This commit is contained in:
		| @@ -184,7 +184,7 @@ class SingleController extends Controller | ||||
|  | ||||
|         $what          = strtolower(TransactionJournal::transactionTypeStr($journal)); | ||||
|         $assetAccounts = ExpandedForm::makeSelectList($this->accounts->getAccountsByType([AccountType::DEFAULT, AccountType::ASSET])); | ||||
|         $budgetList    = ExpandedForm::makeSelectListWithEmpty($this->budgets->getActiveBudgets()); | ||||
|         $budgetList    = ExpandedForm::makeSelectListWithEmpty($this->budgets->getBudgets()); | ||||
|  | ||||
|         // view related code | ||||
|         $subTitle = trans('breadcrumbs.edit_journal', ['description' => $journal->description]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user