mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fix view of bills.
This commit is contained in:
@@ -50,6 +50,7 @@ class BillFormRequest extends Request
|
||||
'repeat_freq' => $this->string('repeat_freq'),
|
||||
'skip' => $this->integer('skip'),
|
||||
'notes' => $this->string('notes'),
|
||||
'active' => $this->boolean('active'),
|
||||
];
|
||||
}
|
||||
|
||||
@@ -72,6 +73,7 @@ class BillFormRequest extends Request
|
||||
'date' => 'required|date',
|
||||
'repeat_freq' => 'required|in:weekly,monthly,quarterly,half-year,yearly',
|
||||
'skip' => 'required|between:0,31',
|
||||
'active' => 'boolean',
|
||||
];
|
||||
|
||||
return $rules;
|
||||
|
Reference in New Issue
Block a user