Fixed purchase information on consolidated cards

This commit is contained in:
2025-09-27 23:43:27 +02:00
parent 4a1a265fa8
commit bc3cc176ef
+2 -2
View File
@@ -88,7 +88,7 @@
{% else %}
{% set text=purchase_location.fields.name %}
{% endif %}
{{ badge(url=purchase_location.url(), solo=solo, last=last, color='light border', icon='building-line', text=text, tooltip=tooltip, collapsible='Location:') }}
{{ badge(check=purchase_location, solo=solo, last=last, color='light border', icon='building-line', text=text, tooltip=tooltip, collapsible='Location:') }}
{% endif %}
{% endfor %}
{% else %}
@@ -100,7 +100,7 @@
{% else %}
{% set text=purchase_location.fields.name %}
{% endif %}
{{ badge(url=purchase_location.url(), solo=solo, last=last, color='light border', icon='building-line', text=text, tooltip=tooltip, collapsible='Location:') }}
{{ badge(check=purchase_location, solo=solo, last=last, color='light border', icon='building-line', text=text, tooltip=tooltip, collapsible='Location:') }}
{% endif %}
{% endif %}
{% endif %}