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: [
|
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'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user