231801_test_to_master #1519
|
@ -4,11 +4,6 @@ import Dialog from 'core/components/dialog';
|
||||||
class Controller extends Dialog {
|
class Controller extends Dialog {
|
||||||
constructor($element, $, $transclude, vnReport, vnEmail) {
|
constructor($element, $, $transclude, vnReport, vnEmail) {
|
||||||
super($element, $, $transclude);
|
super($element, $, $transclude);
|
||||||
<<<<<<< HEAD
|
|
||||||
this.viewReceipt = true;
|
|
||||||
this.sendEmail = true;
|
|
||||||
=======
|
|
||||||
>>>>>>> dev
|
|
||||||
this.vnReport = vnReport;
|
this.vnReport = vnReport;
|
||||||
this.vnEmail = vnEmail;
|
this.vnEmail = vnEmail;
|
||||||
this.receipt = {};
|
this.receipt = {};
|
||||||
|
|
Loading…
Reference in New Issue