minor: add button for upload receipt

This commit is contained in:
Lunaresk 2023-11-27 22:13:50 +01:00
parent 5c46a24338
commit 04a13635dc

View File

@ -7,6 +7,10 @@
onclick="window.location.href='{{ url_for('establishment.payment.insert_payment', establishment_id=establishment.id) }}'"> onclick="window.location.href='{{ url_for('establishment.payment.insert_payment', establishment_id=establishment.id) }}'">
Zahlung hinzufügen Zahlung hinzufügen
</button> </button>
<button type="button" class="btn btn-outline-dark px-2" data-bs-toggle="button" autocomplete="off"
onclick="window.location.href='{{ url_for('receipts.upload.upload_receipt', establishment=establishment.id) }}'">
Quittung hinzufügen
</button>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% for user in results %} {% for user in results %}