Removed project level intergration

This commit is contained in:
2026-01-27 18:01:42 -05:00
parent 241dd594d0
commit e670d99766
4 changed files with 0 additions and 81 deletions

View File

@@ -27,7 +27,6 @@ Redmine::Plugin.register :redmine_qbo do
Issue.safe_attributes 'invoice_id'
User.safe_attributes 'employee_id'
TimeEntry.safe_attributes 'billed'
Project.safe_attributes 'customer_id'
# set per_page globally
WillPaginate.per_page = 20