Fix bug.
This commit is contained in:
parent
2e47c62bfe
commit
320d0f91b8
|
@ -47,7 +47,7 @@ class Admin::VenueManagementBillsController < Admin::VenueAdminController
|
|||
(render_html('<%= org_datetime_picker("filters[accounting_month_start]", {:no_label => true, :format=>"yyyy/MM", :new_record=>false, :value=>(DateTime.parse(params[:filters]["accounting_month_start"]) rescue nil)}) %>')) +
|
||||
"</div><span style=\"float: left;\">~</span><div style=\"float: left;\">" +
|
||||
(render_html('<%= org_datetime_picker("filters[accounting_month_end]", {:no_label => true, :format=>"yyyy/MM", :new_record=>false, :value=>(DateTime.parse(params[:filters]["accounting_month_end"]) rescue nil)}) %>' ) ) +
|
||||
render_html("submit_tag(I18n.t('venue_management.search'))") +
|
||||
render_html("<%= submit_tag(I18n.t('venue_management.search')) %>") +
|
||||
'</div></div></form>')
|
||||
filter_tags = params[:filters]["type"].to_a rescue []
|
||||
@main_ids = nil
|
||||
|
|
Loading…
Reference in New Issue