mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 02:14:33 -04:00
fixes for reports
This commit is contained in:
parent
eff1407521
commit
bcd67cf42b
@ -32,7 +32,7 @@ class GenericReportRequest extends Request
|
|||||||
'end_date' => 'string|date',
|
'end_date' => 'string|date',
|
||||||
'date_key' => 'string',
|
'date_key' => 'string',
|
||||||
'date_range' => 'required|string',
|
'date_range' => 'required|string',
|
||||||
'report_keys' => 'required|present|array',
|
'report_keys' => 'present|array',
|
||||||
'send_email' => 'required|bool',
|
'send_email' => 'required|bool',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user