Update styling on invoice table
This commit is contained in:
parent
ad020e476b
commit
ee3ec21527
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr class="more">
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<a href="{% url "new_invoice" transaction.pk %}">{% translate "Create invoice" %}</a>
|
<a href="{% url "new_invoice" transaction.pk %}">{% translate "Create invoice" %}</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue