mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Added Item dropdown box for Issues
This commit is contained in:
3
init.rb
3
init.rb
@@ -22,6 +22,7 @@ Redmine::Plugin.register :redmine_qbo do
|
||||
|
||||
# Add qbo_customer to the safe Issue Attributes list
|
||||
Issue.safe_attributes 'qbo_customer_id'
|
||||
Issue.safe_attributes 'qbo_item_id'
|
||||
|
||||
# We are playing in the sandbox
|
||||
Quickbooks.sandbox_mode = true
|
||||
@@ -29,4 +30,4 @@ Redmine::Plugin.register :redmine_qbo do
|
||||
# Register QBO top menu item
|
||||
menu :top_menu, :qbo, { :controller => 'qbo', :action => 'index' }, :caption => 'Quickbooks'
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user