Added Quickbooks to the top menu

This commit is contained in:
2016-01-04 21:50:35 -05:00
parent 56e1c2c8a4
commit 8a28b12323
2 changed files with 4 additions and 2 deletions

View File

@@ -25,4 +25,7 @@ Redmine::Plugin.register :redmine_qbo do
# We are playing in the sandbox
Quickbooks.sandbox_mode = true
# Register QBO top menu item
menu :top_menu, :qbo, { :controller => 'qbo', :action => 'index' }, :caption => 'Quickbooks'
end