mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
[FIX] Custom report - date fields error
Custom report in v6.2.3 give Error if selected are fields: Purchase Date, Checkout Date, Last Checkin Date, Expected Checkin Date Reason is: date field format
This commit is contained in:
parent
38066bf162
commit
47186b0abe
|
@ -22,9 +22,6 @@ class CustomAssetReportRequest extends Request
|
|||
public function rules()
|
||||
{
|
||||
return [
|
||||
'purchase_date' => 'date|date_format:Y-m-d|nullable',
|
||||
'checkout_date' => 'date|date_format:Y-m-d|nullable',
|
||||
'checkin_date' => 'date|date_format:Y-m-d|nullable',
|
||||
'purchase_start' => 'date|date_format:Y-m-d|nullable',
|
||||
'purchase_end' => 'date|date_format:Y-m-d|nullable',
|
||||
'created_start' => 'date|date_format:Y-m-d|nullable',
|
||||
|
|
Loading…
Reference in a new issue