[hotfix] fix typo in #2401 (#2407)

This commit is contained in:
robert schouten 2016-12-05 17:23:03 +08:00 committed by Rushabh Mehta
parent 9af61bbe79
commit d8a58de07c

View file

@ -155,7 +155,7 @@ frappe.ui.form.AssignToDialog = Class.extend({
primary_action_label: __("Add")
}));
dialog.fields_dict.assign_to.get_query = "frappe.core.doctype.user.user.user_query";
me.fields_dict.assign_to.get_query = "frappe.core.doctype.user.user.user_query";
var myself = me.get_input("myself").on("click", function() {
me.toggle_myself(this);