mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update qbo_purchase.rb
Fixed Typo
This commit is contained in:
@@ -24,7 +24,7 @@ class QboPurchase < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.update_all
|
def self.update_all
|
||||||
QboPurchases.get_base.service.all.each { |purchase|
|
QboPurchase.get_base.service.all.each { |purchase|
|
||||||
|
|
||||||
purchase.line_items.all.each { |line_item|
|
purchase.line_items.all.each { |line_item|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user