commit | 870cbad5b2d1eca579806ca16227a6cff7a1fe48 | [log] [tgz] |
---|---|---|
author | Jignesh Greycube <jignesh@greycube.in> | Thu Jul 11 13:56:43 2019 +0530 |
committer | GitHub <noreply@github.com> | Thu Jul 11 13:56:43 2019 +0530 |
tree | 47844d0eda8aa583947f14c78d31043205d26a80 | |
parent | c32e2874412fb2d0ab3ce23a8f4e7be0fc2c5361 [diff] |
fix: navigation link updated for Item Shortage Report Item Shortage Report navigation link was incorrect , hence updated.
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",