Update qbo_controller.rb

This commit is contained in:
2016-05-17 11:42:50 -04:00
parent 65a89407ff
commit e82d09c027

View File

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