More Progress!

This commit is contained in:
2016-04-21 20:44:18 -04:00
parent fa3322d530
commit 0c2d57c826
9 changed files with 81 additions and 36 deletions

View File

@@ -13,11 +13,6 @@ class IssuesFormHookListener < Redmine::Hook::ViewListener
# Edit Issue Form
# Show a dropdown for quickbooks contacts
def view_issues_form_details_bottom(context={})
# Update the customer and item database
QboCustomer.update_all
#QboItem.update_all
QboInvoice.update_all
#QboEstimate.update_all
# Check to see if there is a quickbooks user attached to the issue
selected_customer = context[:issue].qbo_customer ? context[:issue].qbo_customer.id : nil