Update users_show_hook_listener.rb

This commit is contained in:
2016-07-13 16:33:04 -04:00
committed by GitHub
parent c6f8fd7561
commit 7800e52299

View File

@@ -14,7 +14,7 @@ class UsersShowHookListener < Redmine::Hook::ViewListener
def view_users_form(context={})
# Update the users
QboEmployee.update_all
#QboEmployee.update_all
# Check to see if there is a quickbooks user attached to the issue
@selected = context[:user].qbo_employee.id if context[:user].qbo_employee