mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
[ui] removed links to old search_criteria and Report2 is now Report
This commit is contained in:
@@ -19,7 +19,7 @@ wn.pages['activity'].onload = function(wrapper) {
|
||||
// Build Report Button
|
||||
if(wn.boot.profile.can_get_report.indexOf("Feed")!=-1) {
|
||||
wrapper.appframe.add_button('Build Report', function() {
|
||||
wn.set_route('Report2', "Feed");
|
||||
wn.set_route('Report', "Feed");
|
||||
}, 'icon-th')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user