This commit is contained in:
parent
2c01ebf681
commit
1770b8c038
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in New Issue