mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update issues_form_hook_listener.rb
Remove automatic sync of items.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user