This commit is contained in:
BoHung Chiu 2020-10-15 14:56:21 +08:00
parent 2e47c62bfe
commit 320d0f91b8
1 changed files with 1 additions and 1 deletions

View File

@ -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