Added comment

This commit is contained in:
2026-02-27 23:19:44 -05:00
parent ea0f42b68e
commit e94352e2c4

View File

@@ -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