diff --git a/counter/templates/counter/counter_click.jinja b/counter/templates/counter/counter_click.jinja index 020f9634..b535952e 100644 --- a/counter/templates/counter/counter_click.jinja +++ b/counter/templates/counter/counter_click.jinja @@ -110,8 +110,10 @@

- - +
+ + +
{% if object.type == "BAR" %} @@ -199,6 +201,7 @@ ]; window.addEventListener("DOMContentLoaded", () => { loadCounter({ + customerBalance: {{ customer.amount }}, products: products, customerId: {{ customer.pk }}, formInitial: formInitial,