commit | abd4a7a9500514322be35ae51821dfbf7e1e14c7 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Thu Jul 11 22:22:54 2019 +0530 |
committer | GitHub <noreply@github.com> | Thu Jul 11 22:22:54 2019 +0530 |
tree | 1be30c0c3fbd116c9b1614b166d136c950c2484e | |
parent | d02c8ad89845fe542655b5d0588225bef075c744 [diff] | |
parent | 870cbad5b2d1eca579806ca16227a6cff7a1fe48 [diff] |
Merge pull request #18253 from frappe/jigneshpshah-Report-link fix: navigation link updated for Item Shortage Report
diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py index 84aa847..f5e48b3 100644 --- a/erpnext/config/stock.py +++ b/erpnext/config/stock.py
@@ -281,9 +281,9 @@ }, { "type": "report", + "is_query_report": True, "name": "Item Shortage Report", - "route": "#Report/Bin/Item Shortage Report", - "doctype": "Purchase Receipt" + "doctype": "Bin" }, { "type": "report",