mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
changed wn.downloadify to wn.tools.downloadify
This commit is contained in:
@@ -61,7 +61,7 @@ wn.pages['trial-balance'].onload = function(wrapper) {
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
wn.downloadify(data, ["Report Manager", "System Manager"], me);
|
wn.tools.downloadify(data, ["Report Manager", "System Manager"], me);
|
||||||
return false;
|
return false;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user