finish redmine-6 merge into dev

This commit is contained in:
2026-01-22 20:43:06 -05:00
parent 3c2f1d0edd
commit 1bc9227c7f
2 changed files with 23 additions and 27 deletions

View File

@@ -28,11 +28,7 @@ Redmine::Plugin.register :redmine_qbo do
User.safe_attributes 'employee_id'
TimeEntry.safe_attributes 'billed'
Project.safe_attributes 'customer_id'
Project.safe_attributes 'vehicle_id'
# We are playing in the sandbox
#Quickbooks.sandbox_mode = true
# set per_page globally
WillPaginate.per_page = 20