Skip to content

Commit

Permalink
fix: report path from the Item and Putaway Rule list (#40190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihantra-Patel authored Mar 4, 2024
1 parent 6379238 commit 8e2f978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions erpnext/stock/doctype/item/item_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ frappe.listview_settings['Item'] = {
reports: [
{
name: 'Stock Summary',
report_type: 'Page',
route: 'stock-balance'
route: '/app/stock-balance'
},
{
name: 'Stock Ledger',
Expand Down
3 changes: 1 addition & 2 deletions erpnext/stock/doctype/putaway_rule/putaway_rule_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ frappe.listview_settings['Putaway Rule'] = {
reports: [
{
name: 'Warehouse Capacity Summary',
report_type: 'Page',
route: 'warehouse-capacity-summary'
route: '/app/warehouse-capacity-summary'
}
]
};

0 comments on commit 8e2f978

Please sign in to comment.