mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
fix: escape items preview in transaction row template
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<div class="small text-muted items-preview ellipsis ellipsis-width">
|
<div class="small text-muted items-preview ellipsis ellipsis-width">
|
||||||
{{ doc.items_preview }}
|
{{ doc.items_preview | e }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if doc.is_rounded_total_disabled() and doc.get('grand_total') %}
|
{% if doc.is_rounded_total_disabled() and doc.get('grand_total') %}
|
||||||
|
|||||||
Reference in New Issue
Block a user