From d292791614ea0c77f28e9829b246484fece36c18 Mon Sep 17 00:00:00 2001 From: Diogo Diniz Date: Mon, 20 Apr 2026 12:23:04 +0100 Subject: [PATCH] fix: Corrected 'pay to' field when buying --- app/templates/drink_buy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/drink_buy.html b/app/templates/drink_buy.html index 16d259a..d0c709a 100644 --- a/app/templates/drink_buy.html +++ b/app/templates/drink_buy.html @@ -11,7 +11,7 @@

{{ drink.name }}

{{ "%.2f"|format(drink.price) }}€

Stock: {{ drink.stock }}

-

Pay to: {{ drink.phone_number }}

+

Pay to: {{ drink.stocked_by }}

{% if drink.stock > 0 %}