mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 03:15:07 +00:00
Co-authored-by: diptanilsaha <diptanil@frappe.io> 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"
|
class="btn btn-default btn-xs btn-edit"
|
||||||
style="margin: 4px 0; float: left;"
|
style="margin: 4px 0; float: left;"
|
||||||
data-warehouse="{{ d.warehouse }}"
|
data-warehouse="{{ d.warehouse }}"
|
||||||
data-item="{{ escape(d.item_code) }}"
|
data-item="{{ d.item_code }}"
|
||||||
data-company="{{ escape(d.company) }}">
|
data-company="{{ d.company }}">
|
||||||
{{ __("Edit Capacity") }}
|
{{ __("Edit Capacity") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user