mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24:23 -05:00
Added Sorting to drop downs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user