It's in Production!

Made some tweaks and error checks
This commit is contained in:
2016-01-09 10:11:13 -05:00
parent ed66b7b7b4
commit 6d357f27f9
4 changed files with 11 additions and 7 deletions

View File

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