changed wn.downloadify to wn.tools.downloadify

This commit is contained in:
Anand Doshi 2013-01-10 14:44:03 +05:30
parent ad13b4a716
commit b7d0dcdd14

View File

@ -61,7 +61,7 @@ wn.pages['trial-balance'].onload = function(wrapper) {
return false;
});
wn.downloadify(data, ["Report Manager", "System Manager"], me);
wn.tools.downloadify(data, ["Report Manager", "System Manager"], me);
return false;
})