allocated_to get_query in support ticket based on profile

This commit is contained in:
Anand Doshi 2012-11-19 18:59:05 +05:30
parent fdfa60546a
commit f41f76b9f9

View File

@ -189,4 +189,4 @@ EmailMessage = function(parent, args, list, idx) {
this.make(); this.make();
} }
cur_frm.fields_dict.allocated_to.get_query = erpnext.profile_query; cur_frm.fields_dict.allocated_to.get_query = erpnext.utils.profile_query;