fixed csv export view fields required issue
This commit is contained in:
parent
a99c5eea35
commit
e7d93989d3
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
value: Date.beginning_of_month(today),
|
||||
min: min_date,
|
||||
max: max_date,
|
||||
required: true,
|
||||
class: "form-control"
|
||||
%>
|
||||
</div>
|
||||
|
@ -36,6 +37,7 @@
|
|||
value: Date.end_of_month(today),
|
||||
min: min_date,
|
||||
max: max_date,
|
||||
required: true,
|
||||
class: "form-control"
|
||||
%>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue