From 34537c9dc2e9ee0d92f74316fc9adab887a1270a Mon Sep 17 00:00:00 2001
From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com>
Date: Wed, 24 Aug 2022 13:30:49 +0530
Subject: [PATCH] fix: Route condition set for stock ledger (backport #31935)
(#31946)
fix: Route condition set for stock ledger (#31935)
(cherry picked from commit 0e26df331c2358a9683f2e59b9b0ed3bfccad61e)
Co-authored-by: Solufyin <34390782+Solufyin@users.noreply.github.com>
---
erpnext/stock/doctype/item/item_dashboard.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erpnext/stock/doctype/item/item_dashboard.py b/erpnext/stock/doctype/item/item_dashboard.py
index 3caed02d69b..2748a267941 100644
--- a/erpnext/stock/doctype/item/item_dashboard.py
+++ b/erpnext/stock/doctype/item/item_dashboard.py
@@ -5,7 +5,7 @@ def get_data():
return {
"heatmap": True,
"heatmap_message": _("This is based on stock movement. See {0} for details").format(
- '' + _("Stock Ledger") + ""
+ '' + _("Stock Ledger") + ""
),
"fieldname": "item_code",
"non_standard_fieldnames": {