Create & update billings (products are not yet supported)
This commit is contained in:
parent
1c12494a67
commit
b030f5797f
4 changed files with 35 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
{% render_table table %}
|
||||
|
||||
<a class="btn btn-primary" href="{% url 'treasury:billing' %}">{% trans "New billing" %}</a>
|
||||
<a class="btn btn-primary" href="{% url 'treasury:billing_create' %}">{% trans "New billing" %}</a>
|
||||
|
||||
{% endblock %}
|
||||
{% block extrajavascript %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue