make paid/unpaid searchable

This commit is contained in:
Thomas Steen Rasmussen 2021-08-10 21:22:30 +02:00
parent 50bb1d4772
commit 0fe5d918ab
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<td>{{ invoice.created|date }}</td> <td>{{ invoice.created|date }}</td>
<td>{{ invoice.get_order.amount }} DKK</td> <td>{{ invoice.get_order.amount }} DKK</td>
<td>{{ invoice.get_order }}</td> <td>{{ invoice.get_order }}</td>
<td>{{ invoice.get_order.paid|truefalseicon }}</td> <td>{{ invoice.get_order.paid|truefalseicon }} {% if invoice.get_order.paid %}paid{% else %}unpaid{% endif %}</td>
<td> <td>
n/a n/a
</td> </td>