Moved Invoice Sync up in the order

This commit is contained in:
2017-04-02 08:31:22 -04:00
committed by GitHub
parent e3a8e464ae
commit e4914590f8

View File

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