Fix bug.
This commit is contained in:
parent
3860ce7f78
commit
b6067c82b8
|
@ -57,9 +57,6 @@ class Admin::VenueManagementBillsController < Admin::VenueAdminController
|
||||||
end
|
end
|
||||||
|
|
||||||
def filter_bill
|
def filter_bill
|
||||||
if defined?(params).blank?
|
|
||||||
params = @params
|
|
||||||
end
|
|
||||||
@ext_filename = ""
|
@ext_filename = ""
|
||||||
@bills = nil
|
@bills = nil
|
||||||
@categories = @module_app.categories.enabled
|
@categories = @module_app.categories.enabled
|
||||||
|
|
Loading…
Reference in New Issue