Added Sorting to drop downs

This commit is contained in:
2016-03-31 09:02:54 -04:00
parent cc9af5dc36
commit 79d990dd01

View File

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