mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
added manifest, hooks and fixed requires webnotes/wnframework#351
This commit is contained in:
@@ -17,6 +17,6 @@ cur_frm.cscript.refresh = function(doc) {
|
||||
|
||||
cur_frm.fields_dict.customer.get_query = function(doc,cdt,cdn) {
|
||||
return{
|
||||
query:"controllers.queries.customer_query"
|
||||
query: "erpnext.controllers.queries.customer_query"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user