renamed issue_customer_id to customer_id

This commit is contained in:
2026-03-19 18:07:36 -04:00
parent 8ec60c8cd7
commit ea73878c71
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ Redmine::Plugin.register :redmine_qbo_vehicles do
# Ensure redmine_qbo is installed
begin
requires_redmine_plugin :redmine_qbo, version_or_higher: '2026.3.11'
requires_redmine_plugin :redmine_qbo, version_or_higher: '2026.3.13'
rescue Redmine::PluginNotFound
raise 'Please install the redmine_qbo plugin (https://github.com/rickbarrette/redmine_qbo)'
end