added manifest, hooks and fixed requires webnotes/wnframework#351

This commit is contained in:
Rushabh Mehta
2013-12-13 14:10:14 +05:30
parent 1f84799f2d
commit 6de403f2be
70 changed files with 151 additions and 140 deletions

View File

@@ -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"
}
}