fixed undefined method error

This commit is contained in:
dinsmol 2021-08-28 00:29:01 +03:00
parent 9dffb1fd31
commit dce074e326

View file

@ -32,6 +32,7 @@ module Admin
end
def index
params[:q] ||= {}
invoices = filter_by_status
invoices = filter_by_receipt_date(invoices)