Fixed various issues

This commit is contained in:
2016-05-29 10:30:09 -04:00
parent ec1063f80f
commit d829c2f83a
4 changed files with 39 additions and 32 deletions

View File

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