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