Update issues_form_hook_listener.rb

Remove automatic sync of items.
This commit is contained in:
2016-03-10 12:24:42 -05:00
parent c6ac6141d9
commit 9ce8fa4661

View File

@@ -15,7 +15,7 @@ class IssuesFormHookListener < Redmine::Hook::ViewListener
def view_issues_form_details_bottom(context={})
# Update the customer and item database
QboCustomer.update_all
QboItem.update_all
#QboItem.update_all
QboInvoice.update_all
QboEstimate.update_all