mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 11:48:53 +00:00
Fixed the preselected piggy bank
This commit is contained in:
@@ -58,6 +58,7 @@ class TransactionController extends BaseController
|
||||
$list = $piggyRepository->get()->merge($repRepository->get());
|
||||
$piggies = FFForm::makeSelectList($list);
|
||||
$piggies[0] = '(no piggy bank)';
|
||||
asort($piggies);
|
||||
|
||||
/*
|
||||
* respond to a possible given values in the URL.
|
||||
|
Reference in New Issue
Block a user