Fliend rearrangemet in tables

This commit is contained in:
Nabin Hait
2014-01-01 10:45:42 +05:30
parent 139aa71666
commit a2e0a9b05f
14 changed files with 493 additions and 371 deletions

View File

@@ -5,7 +5,7 @@ wn.provide("erpnext.hr");
erpnext.hr.EmployeeController = wn.ui.form.Controller.extend({
setup: function() {
this.frm.fields_dict.user_id.get_query = function(doc,cdt,cdn) {
return { query:"core.doctype.profile.profile.profile_query"} }
return { query:"webnotes.core.doctype.profile.profile.profile_query"} }
this.frm.fields_dict.reports_to.get_query = function(doc,cdt,cdn) {
return{ query: "erpnext.controllers.queries.employee_query"} }
},