mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update qbo_item.rb
This commit is contained in:
@@ -37,6 +37,6 @@ class QboItem < ActiveRecord::Base
|
||||
end
|
||||
|
||||
#remove deleted items
|
||||
QboItem.where.not(items.map(&:id).destroy_all
|
||||
QboItem.where.not(items.map(&:id)).destroy_all
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user