Update qbo_controller.rb

This commit is contained in:
2016-05-25 10:49:38 -04:00
parent 3b20c29d0a
commit ec1063f80f

View File

@@ -66,11 +66,11 @@ class QboController < ApplicationController
#
def sync
if Qbo.exists?
Customer.sync
QboItem.sync
QboEmployee.sync
QboEstimate.sync
QboInvoice.sync
Customer.delay.sync
QboItem.delay.sync
QboEmployee.delay.sync
QboEstimate.delay.sync
QboInvoice.delay.sync
#QboPurchase.sync
# Record the last sync time