mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Search
This commit is contained in:
@@ -142,7 +142,7 @@ class Customer < ActiveRecord::Base
|
|||||||
|
|
||||||
def self.search(search)
|
def self.search(search)
|
||||||
where("name LIKE ?", "%#{search}%")
|
where("name LIKE ?", "%#{search}%")
|
||||||
where("id LIKE ?", "%#{search}%")
|
#where("id LIKE ?", "%#{search}%")
|
||||||
end
|
end
|
||||||
|
|
||||||
# proforms a bruteforce sync operation
|
# proforms a bruteforce sync operation
|
||||||
|
|||||||
Reference in New Issue
Block a user