mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 08:21:57 -04:00
Added comment
This commit is contained in:
@@ -22,6 +22,7 @@ class Invoice < ActiveRecord::Base
|
|||||||
doc_number
|
doc_number
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Sync all invoices from QuickBooks, typically triggered by a scheduled task or manual sync request
|
||||||
def self.sync
|
def self.sync
|
||||||
InvoiceSyncJob.perform_later(full_sync: true)
|
InvoiceSyncJob.perform_later(full_sync: true)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user