mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Form for issue #6 is complete, final checks about to be written. Mebbe tomorrow. [skip ci]
This commit is contained in:
@@ -27,9 +27,10 @@ class PiggybankController extends BaseController
|
||||
*/
|
||||
public function createPiggybank()
|
||||
{
|
||||
$periods = Config::get('firefly.piggybank_periods');
|
||||
$accounts = $this->_accounts->getActiveDefaultAsSelectList();
|
||||
|
||||
return View::make('piggybanks.create-piggybank')->with('accounts', $accounts);
|
||||
return View::make('piggybanks.create-piggybank')->with('accounts', $accounts)->with('periods',$periods);
|
||||
}
|
||||
|
||||
public function createRepeated()
|
||||
|
||||
Reference in New Issue
Block a user