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

This commit is contained in:
Nihantra C. Patel 2024-03-04 19:43:33 +05:30 committed by GitHub
parent 6379238893
commit 8e2f9787c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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'
}
]
};