From 1770b8c0387c2df9e351f9aa61f50022197bcef2 Mon Sep 17 00:00:00 2001 From: pablone Date: Tue, 11 Apr 2023 13:42:28 +0200 Subject: [PATCH] refs #5075 --- modules/client/front/balance/create/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/client/front/balance/create/index.js b/modules/client/front/balance/create/index.js index 8ef799c62..7fdf67680 100644 --- a/modules/client/front/balance/create/index.js +++ b/modules/client/front/balance/create/index.js @@ -4,11 +4,6 @@ import Dialog from 'core/components/dialog'; class Controller extends Dialog { constructor($element, $, $transclude, vnReport, vnEmail) { super($element, $, $transclude); -<<<<<<< HEAD - this.viewReceipt = true; - this.sendEmail = true; -======= ->>>>>>> dev this.vnReport = vnReport; this.vnEmail = vnEmail; this.receipt = {};