fix: report path from the Item and Putaway Rule list (#40190)
This commit is contained in:
parent
6379238893
commit
8e2f9787c1
@ -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',
|
||||
|
@ -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'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user