Refactor employee and estimate models by removing redundant comments; update locale file to remove item references; delete unused QboItemTest file.

This commit is contained in:
2026-01-28 07:45:20 -05:00
parent 43a5317b4e
commit 1f03908040
5 changed files with 0 additions and 14 deletions

View File

@@ -56,7 +56,6 @@ class Estimate < ActiveRecord::Base
# update an estimate
def self.update(id)
# Update the item table
qbo = Qbo.first
estimate = qbo.perform_authenticated_request do |access_token|
service = Quickbooks::Service::Estimate.new(:company_id => qbo.realm_id, :access_token => access_token)