mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
fixed undefined method error
This commit is contained in:
parent
9dffb1fd31
commit
dce074e326
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ module Admin
|
|||
end
|
||||
|
||||
def index
|
||||
params[:q] ||= {}
|
||||
invoices = filter_by_status
|
||||
invoices = filter_by_receipt_date(invoices)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue