mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update qbo_invoice.rb
This commit is contained in:
@@ -27,7 +27,7 @@ class QboInvoice < ActiveRecord::Base
|
|||||||
query = "SELECT Id, DocNumber FROM Invoice"
|
query = "SELECT Id, DocNumber FROM Invoice"
|
||||||
query << " WHERE Metadata.LastUpdatedTime>'#{last}' " if last
|
query << " WHERE Metadata.LastUpdatedTime>'#{last}' " if last
|
||||||
|
|
||||||
customers = get_base.service.query()
|
invoices = get_base.service.query()
|
||||||
|
|
||||||
# Update the invoice table
|
# Update the invoice table
|
||||||
transaction do
|
transaction do
|
||||||
|
|||||||
Reference in New Issue
Block a user