fix: Route condition set for stock ledger (#31935)
This commit is contained in:
parent
fe73d55f70
commit
0e26df331c
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user