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

@@ -23,7 +23,6 @@ class Employee < ActiveRecord::Base
return unless employees
transaction do
# Update the item table
employees.each { |e|
logger.info "Processing employee #{e.id}"
employee = find_or_create_by(id: e.id)