diff --git a/lib/issues_form_hook_listener.rb b/lib/issues_form_hook_listener.rb index e578ddb..37b3bc2 100644 --- a/lib/issues_form_hook_listener.rb +++ b/lib/issues_form_hook_listener.rb @@ -19,7 +19,7 @@ class IssuesFormHookListener < Redmine::Hook::ViewListener QboItem.update_all # Check to see if there is a quickbooks user attached to the issue - if not context[:issue].qbo_customer_id.nil? then + if not context[:issue].qbo_customer_id.nil? selected_customer = context[:issue].qbo_customer_id selected_item = context[:issue].qbo_item_id end @@ -32,4 +32,4 @@ class IssuesFormHookListener < Redmine::Hook::ViewListener return "
#{select_customer}
#{select_item}
" end -end \ No newline at end of file +end