From e4914590f8cd8b3711be1d9076e14d0c12b6f535 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sun, 2 Apr 2017 08:31:22 -0400 Subject: [PATCH] Moved Invoice Sync up in the order --- app/controllers/qbo_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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