Skip to content

Commit b338d6a

Browse files
committed
Show more transaction information on asset list
1 parent 0ff5085 commit b338d6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rhinventory/templates/admin/asset/_macros.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
{% if transaction.counterparty_new %}
7373
with {{ transaction.counterparty_new.name }},
7474
{% endif %}
75+
{% if transaction.transaction_type %}
76+
({{ transaction.transaction_type.name }})<br>
77+
{% endif %}
78+
{% if transaction.finalized %}
79+
(not finalized)<br>
80+
{% endif %}
7581
{{ transaction.assets | count }} assets"
7682
>
7783
{{- icon("handshake") -}}

0 commit comments

Comments
 (0)