minor: add button for upload receipt
This commit is contained in:
parent
5c46a24338
commit
04a13635dc
@ -7,6 +7,10 @@
|
||||
onclick="window.location.href='{{ url_for('establishment.payment.insert_payment', establishment_id=establishment.id) }}'">
|
||||
Zahlung hinzufügen
|
||||
</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 %}
|
||||
{% for user in results %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user