From 4a26f3373a3f96faeab750299752a642a34de479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 22 Oct 2024 17:32:43 +0200 Subject: [PATCH] fix: disabled withdraw_pin withdraw disabled --- static/js/tpos.js | 2 +- templates/tpos/tpos.html | 5 +++-- views.py | 5 ++++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/static/js/tpos.js b/static/js/tpos.js index d4a2017..647f986 100644 --- a/static/js/tpos.js +++ b/static/js/tpos.js @@ -255,7 +255,7 @@ window.app = Vue.createApp({ this.cartTax = 0.0 this.total = 0.0 }, - activeAtmMode() { + startAtmMode() { if (this.atmPremium > 0) { this.exchangeRate = this.exchangeRate / (1 + this.atmPremium) } diff --git a/templates/tpos/tpos.html b/templates/tpos/tpos.html index bbdddb7..e64ef2f 100644 --- a/templates/tpos/tpos.html +++ b/templates/tpos/tpos.html @@ -219,7 +219,7 @@
{% endblock %} {% block scripts %}