add print_labels instead of call submit from the template

This commit is contained in:
Cayo Puigdefabregas 2022-04-22 12:54:27 +02:00
parent 022d40edbe
commit c8aefc6029
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@
{% for f in form_print_labels %}
{{ f }}
{% endfor %}
<a href="javascript:$('#print_labels').submit()" class="dropdown-item">
<a href="javascript:print_labels()" class="dropdown-item">
<i class="bi bi-printer"></i>
Print labels
</a>