From 320d0f91b8e9519fcf5540120f952058dad1778d Mon Sep 17 00:00:00 2001 From: bohung Date: Thu, 15 Oct 2020 14:56:21 +0800 Subject: [PATCH] Fix bug. --- app/controllers/admin/venue_management_bills_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/venue_management_bills_controller.rb b/app/controllers/admin/venue_management_bills_controller.rb index c816eda..549d1fd 100644 --- a/app/controllers/admin/venue_management_bills_controller.rb +++ b/app/controllers/admin/venue_management_bills_controller.rb @@ -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)}) %>')) + "~
" + (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')) %>") + '
') filter_tags = params[:filters]["type"].to_a rescue [] @main_ids = nil