mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-08 22:53:48 +02:00
fix(warehouse_capacity_dashboard): removed escape from template (#53907)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user