Only pull QBO Service Items & Auto sync QBO Items

This commit is contained in:
2016-01-10 10:11:15 -05:00
parent 1c67328363
commit 8b78e113f9
3 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ class IssuesFormHookListener < Redmine::Hook::ViewListener
selected = ""
QboCustomers.update_all
#QboItem.update_all
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