module page link fix

This commit is contained in:
Rushabh Mehta
2012-02-29 19:19:01 +05:30
parent 204e77d125
commit a4f454faa0
6 changed files with 10 additions and 7 deletions

View File

@@ -73,7 +73,10 @@ erpnext.module_page.make_list = function(module, wrapper) {
args: {
module: module
},
no_refresh: true
no_refresh: true,
callback: function(r) {
erpnext.module_page.hide_links(wrapper)
}
});
wrapper.list.run();
}