fix: Route condition set for stock ledger (#31935)
(cherry picked from commit 0e26df331c)
Co-authored-by: Solufyin <34390782+Solufyin@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@ def get_data():
|
||||
return {
|
||||
"heatmap": True,
|
||||
"heatmap_message": _("This is based on stock movement. See {0} for details").format(
|
||||
'<a href="#query-report/Stock Ledger">' + _("Stock Ledger") + "</a>"
|
||||
'<a href="/app/query-report/Stock Ledger">' + _("Stock Ledger") + "</a>"
|
||||
),
|
||||
"fieldname": "item_code",
|
||||
"non_standard_fieldnames": {
|
||||
|
||||
Reference in New Issue
Block a user