Skip to content

Commit

Permalink
fix: report path from the Item and Putaway Rule list (backport #40190) (
Browse files Browse the repository at this point in the history
#40266)

fix: report path from the Item and Putaway Rule list (#40190)

(cherry picked from commit 8e2f978)

Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com>
  • Loading branch information
mergify[bot] and Nihantra-Patel authored Mar 4, 2024
1 parent 63209f4 commit c7b96df
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 c7b96df

Please sign in to comment.