From b78ecc06d21fa60c78ed2f8e00745c8273264b59 Mon Sep 17 00:00:00 2001 From: vicent Date: Wed, 30 Mar 2022 09:29:57 +0200 Subject: [PATCH] fix(ticker_sale): only show mana options if currentWorker has mana --- modules/ticket/front/sale/index.html | 2 +- modules/ticket/front/sale/index.js | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html index 7cad8e98a..3643113bc 100644 --- a/modules/ticket/front/sale/index.html +++ b/modules/ticket/front/sale/index.html @@ -288,7 +288,7 @@ clear-disabled="true" suffix="%"> - + { + this.currentWorkerMana = res.data; + }); } /**