mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 23:42:13 +00:00
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:
@@ -18,8 +18,7 @@ frappe.listview_settings['Item'] = {
|
|||||||
reports: [
|
reports: [
|
||||||
{
|
{
|
||||||
name: 'Stock Summary',
|
name: 'Stock Summary',
|
||||||
report_type: 'Page',
|
route: '/app/stock-balance'
|
||||||
route: 'stock-balance'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Stock Ledger',
|
name: 'Stock Ledger',
|
||||||
|
|||||||
@@ -11,8 +11,7 @@ frappe.listview_settings['Putaway Rule'] = {
|
|||||||
reports: [
|
reports: [
|
||||||
{
|
{
|
||||||
name: 'Warehouse Capacity Summary',
|
name: 'Warehouse Capacity Summary',
|
||||||
report_type: 'Page',
|
route: '/app/warehouse-capacity-summary'
|
||||||
route: 'warehouse-capacity-summary'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user