mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Merge pull request #18253 from frappe/jigneshpshah-Report-link
fix: navigation link updated for Item Shortage Report
This commit is contained in:
@@ -281,9 +281,9 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
|
"is_query_report": True,
|
||||||
"name": "Item Shortage Report",
|
"name": "Item Shortage Report",
|
||||||
"route": "#Report/Bin/Item Shortage Report",
|
"doctype": "Bin"
|
||||||
"doctype": "Purchase Receipt"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
|
|||||||
Reference in New Issue
Block a user