diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html index 555e51251..8cfe19451 100644 --- a/modules/ticket/front/sale/index.html +++ b/modules/ticket/front/sale/index.html @@ -42,7 +42,7 @@ diff --git a/modules/ticket/front/sale/index.js b/modules/ticket/front/sale/index.js index 65eaf8352..3d7e38f42 100644 --- a/modules/ticket/front/sale/index.js +++ b/modules/ticket/front/sale/index.js @@ -228,6 +228,12 @@ class Controller extends Section { } } + showTransferPopover(event) { + this.setTransferParams(); + this.$.transfer.parent = event.target; + this.$.transfer.show(); + } + setTransferParams() { const checkedSales = JSON.stringify(this.checkedLines()); const sales = JSON.parse(checkedSales);