bug#19589

dev:lucas

qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@105967 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2021-03-26 19:39:39 +00:00
parent 4bcda74896
commit d404869a5b
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ public void onClick$btnTestEmailFlexBus(Event ev) throws InterruptedException {
args.put("SMTPPorta", textSMTPPortaFlexBus.getValue());
args.put("emailDe", textEmailDeFlexBus.getValue());
args.put("emailCopiaOculta", textEmailCopiaOcultaFlexBus.getValue());
args.put("destinatario", textDestinatarioFlexBus.getValue());
args.put("destinatario", textDestinatario.getValue());
openWindow("/gui/catalogos/viewTestEmail.zul",
Labels.getLabel("viewTestEmailController.window.title"), args, MODAL);