mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update qbo_invoice.rb
This commit is contained in:
@@ -87,9 +87,9 @@ class QboInvoice < ActiveRecord::Base
|
||||
rescue
|
||||
# Nothing to do here, there is no match
|
||||
end
|
||||
|
||||
# Push updates
|
||||
Qbo.get_base(:invoice).service.update(invoice) if is_changed
|
||||
}
|
||||
# Push updates
|
||||
Qbo.get_base(:invoice).service.update(invoice) if is_changed
|
||||
end
|
||||
|
||||
def self.update(id)
|
||||
|
||||
Reference in New Issue
Block a user