Added Item dropdown box for Issues

This commit is contained in:
2016-01-08 22:19:07 -05:00
parent 9506a4b854
commit 6594ef6488
6 changed files with 30 additions and 13 deletions

View File

@@ -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