fix: Corrected 'pay to' field when buying
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user