bugfix in session update and separated GET and POST queries

This commit is contained in:
Rushabh Mehta
2013-01-31 11:20:10 +05:30
parent 86f0bc81a9
commit 028abd2d08
2 changed files with 4 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ erpnext.update_messages = function(reset) {
wn.call({
method: 'startup.startup.get_global_status_messages',
type:"GET",
callback: set_messages
});