Browse Source
fix: navigation link updated for Item Shortage Report
Item Shortage Report navigation link was incorrect , hence updated.
develop
Jignesh Greycube
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
erpnext/config/stock.py
|
|
@ -281,9 +281,9 @@ def get_data(): |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "report", |
|
|
|
"is_query_report": True, |
|
|
|
"name": "Item Shortage Report", |
|
|
|
"route": "#Report/Bin/Item Shortage Report", |
|
|
|
"doctype": "Purchase Receipt" |
|
|
|
"doctype": "Bin" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "report", |
|
|
|