From b6504333c0d6cd3dc34adf189ee70c5f7f1c2d26 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 25 May 2016 09:14:28 -0400 Subject: [PATCH] Update qbo_controller.rb --- app/controllers/qbo_controller.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index 50db4ae..5dfe293 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -67,10 +67,10 @@ class QboController < ApplicationController def sync if Qbo.exists? Customer.sync - #QboItem.sync - #QboEmployee.sync - #QboEstimate.sync - #QboInvoice.sync + QboItem.sync + QboEmployee.sync + QboEstimate.sync + QboInvoice.sync #QboPurchase.sync # Record the last sync time