From 0e26df331c2358a9683f2e59b9b0ed3bfccad61e Mon Sep 17 00:00:00 2001
From: Solufyin <34390782+Solufyin@users.noreply.github.com>
Date: Wed, 24 Aug 2022 13:28:55 +0530
Subject: [PATCH] fix: Route condition set for stock ledger (#31935)
---
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 897acb7448..34bb4d1225 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": {