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

@@ -22,7 +22,6 @@ Redmine::Plugin.register :redmine_qbo do
# Add safe attributes for core models
Issue.safe_attributes 'customer_id'
Issue.safe_attributes 'item_id'
Issue.safe_attributes 'estimate_id'
Issue.safe_attributes 'invoice_id'
User.safe_attributes 'employee_id'