Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Rushabh Mehta 2012-11-13 09:06:24 +01:00
commit fb7619755a

View File

@ -47,8 +47,6 @@ wn.pages['trial-balance'].onload = function(wrapper) {
return false; return false;
}); });
console.log(data);
wn.downloadify(data, ["Report Manager", "System Manager"], me); wn.downloadify(data, ["Report Manager", "System Manager"], me);
return false; return false;
}) })