fix(warehouse_capacity_dashboard): removed escape from template (backport #53907) (#53909)

Co-authored-by: diptanilsaha <diptanil@frappe.io>
fix(warehouse_capacity_dashboard): removed `escape` from template (#53907)
This commit is contained in:
mergify[bot]
2026-03-30 23:33:22 +05:30
committed by GitHub
parent 8cb8f66b22
commit a478fb7131

View File

@@ -32,8 +32,8 @@
class="btn btn-default btn-xs btn-edit"
style="margin: 4px 0; float: left;"
data-warehouse="{{ d.warehouse }}"
data-item="{{ escape(d.item_code) }}"
data-company="{{ escape(d.company) }}">
data-item="{{ d.item_code }}"
data-company="{{ d.company }}">
{{ __("Edit Capacity") }}
</button>
</div>