mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update qbo_item.rb
Removed all call
This commit is contained in:
@@ -19,7 +19,7 @@ class QboItem < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.update_all
|
def self.update_all
|
||||||
items = get_base.service.all.find_by(:type, "Service")
|
items = get_base.service.find_by(:type, "Service")
|
||||||
|
|
||||||
# Update the item table
|
# Update the item table
|
||||||
items.each { |item|
|
items.each { |item|
|
||||||
|
|||||||
Reference in New Issue
Block a user