From a7d23abc2ff7aad33fbac13c8e101fdd3bf4cb00 Mon Sep 17 00:00:00 2001
From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com>
Date: Wed, 24 Aug 2022 13:30:25 +0530
Subject: [PATCH] fix: Route condition set for stock ledger (backport #31935)
(#31945)
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 897acb744870..34bb4d12257d 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": {