diff --git a/modules/client/front/descriptor/index.js b/modules/client/front/descriptor/index.js index 89248ebedf..4a0d1cd2ab 100644 --- a/modules/client/front/descriptor/index.js +++ b/modules/client/front/descriptor/index.js @@ -9,7 +9,7 @@ class Controller extends Descriptor { set entity(value) { super.entity = value; - if (this.$params.sendSMS) + if (value && this.$params.sendSMS) this.showSMSDialog(); } diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html index fa569161e0..f5ec9cf0b0 100644 --- a/modules/ticket/front/sale/index.html +++ b/modules/ticket/front/sale/index.html @@ -99,8 +99,8 @@