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

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

(cherry picked from commit 8e2f9787c1)

Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2024-03-04 20:03:42 +05:30
committed by GitHub
parent 63209f4eac
commit c7b96df69c
2 changed files with 2 additions and 4 deletions

View File

@@ -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',

View File

@@ -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'
}
]
};