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 {
|
return {
|
||||||
"heatmap": True,
|
"heatmap": True,
|
||||||
"heatmap_message": _("This is based on stock movement. See {0} for details").format(
|
"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",
|
"fieldname": "item_code",
|
||||||
"non_standard_fieldnames": {
|
"non_standard_fieldnames": {
|
||||||
|
Loading…
Reference in New Issue
Block a user