fix: record payment ref immediately; show it on admin request page

This commit is contained in:
Troll (Hermes Agent) 2026-08-02 23:23:45 +00:00
parent 109ac6c0b2
commit 0aa3eab084
2 changed files with 8 additions and 2 deletions

View file

@ -279,6 +279,9 @@
<span class="status-badge missing">❌ Not sent yet</span>
{% endif %}
</p>
{% if req.square_payment_ref %}
<p><strong>Square Payment Reference:</strong> {{ req.square_payment_ref }}</p>
{% endif %}
<form method="POST">
<input type="hidden" name="action" value="mark_paid_deliver">