fix: Corrected 'pay to' field when buying

This commit is contained in:
2026-04-20 12:23:04 +01:00
parent c4790cf2bc
commit d292791614

View File

@@ -11,7 +11,7 @@
<h1>{{ drink.name }}</h1>
<p><strong>{{ "%.2f"|format(drink.price) }}€</strong></p>
<p class="muted">Stock: {{ drink.stock }}</p>
<p><strong>Pay to:</strong> {{ drink.phone_number }}</p>
<p><strong>Pay to:</strong> {{ drink.stocked_by }}</p>
</div>
{% if drink.stock > 0 %}