mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Pretty much finished the default piggy banks, now for the repeating ones (issue #6). [skip ci]
This commit is contained in:
@@ -35,9 +35,10 @@ class PiggybankController extends BaseController
|
||||
|
||||
public function createRepeated()
|
||||
{
|
||||
$periods = Config::get('firefly.piggybank_periods');
|
||||
$accounts = $this->_accounts->getActiveDefaultAsSelectList();
|
||||
|
||||
return View::make('piggybanks.create')->with('accounts', $accounts);
|
||||
return View::make('piggybanks.create-repeated')->with('accounts', $accounts)->with('periods',$periods);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user