mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed the preselected piggy bank
This commit is contained in:
parent
c8038e0774
commit
72068a4b78
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user