mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Revamp multi-account report.
This commit is contained in:
@@ -235,7 +235,7 @@ class ReportFormRequest extends Request
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'report_type' => 'in:audit,default,category,budget,tag,account',
|
||||
'report_type' => 'in:audit,default,category,budget,tag,double',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user