From 5b89d73c208c001431c798c54cf4062adb61b85d Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Fri, 29 Dec 2023 18:56:20 -0500 Subject: [PATCH] Remove QboItem.sync --- app/controllers/qbo_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index 4be1b46..3d7c4cd 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -145,7 +145,6 @@ class QboController < ApplicationController if Qbo.exists? Customer.sync Invoice.sync - QboItem.sync Employee.sync Estimate.sync