diff --git a/app/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index 22abf7a..8f3ef76 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -133,10 +133,10 @@ class QboController < ApplicationController Thread.new do if Qbo.exists? Customer.sync + QboInvoice.sync QboItem.sync QboEmployee.sync QboEstimate.sync - QboInvoice.sync # Record the last sync time Qbo.update_time_stamp