Merge branch 'master' of github.com:webnotes/erpnext
diff --git a/support/doctype/support_ticket/support_ticket.js b/support/doctype/support_ticket/support_ticket.js
index 3839b3b..50f49b0 100644
--- a/support/doctype/support_ticket/support_ticket.js
+++ b/support/doctype/support_ticket/support_ticket.js
@@ -189,4 +189,4 @@
 	this.make();
 }
 
-cur_frm.fields_dict.allocated_to.get_query = erpnext.profile_query;
\ No newline at end of file
+cur_frm.fields_dict.allocated_to.get_query = erpnext.utils.profile_query;
\ No newline at end of file