mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
saveupdate bugfix
This commit is contained in:
@@ -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;
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user