git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@32816 d1611594-4594-4d17-8e1d-87c2c4800839
parent
a1a683db92
commit
f9ef2fb1aa
|
@ -124,7 +124,7 @@ public class EditarEstacionController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
lsEstacionImpresora = estacion.getLsEstacionImpresora();
|
lsEstacionImpresora = estacion.getLsEstacionImpresora();
|
||||||
estacionImpresoraList.setData(lsEstacionImpresora);
|
estacionImpresoraList.setData(lsEstacionImpresora);
|
||||||
|
|
||||||
if (estacion.getPausarImpressora() != null) {
|
if (estacion.getPausarImpressora() != null) {
|
||||||
if (estacion.getPausarImpressora()) {
|
if (estacion.getPausarImpressora()) {
|
||||||
rdPausarImpressoraSi.setChecked(Boolean.TRUE);
|
rdPausarImpressoraSi.setChecked(Boolean.TRUE);
|
||||||
|
@ -152,7 +152,7 @@ public class EditarEstacionController extends MyGenericForwardComposer {
|
||||||
estacion.setFecmodif(Calendar.getInstance().getTime());
|
estacion.setFecmodif(Calendar.getInstance().getTime());
|
||||||
estacion.setUsuarioId(UsuarioLogado.getUsuarioLogado().getUsuarioId());
|
estacion.setUsuarioId(UsuarioLogado.getUsuarioLogado().getUsuarioId());
|
||||||
estacion.setDescmac(estacionService.getDecimalMAC(descMac).toString());
|
estacion.setDescmac(estacionService.getDecimalMAC(descMac).toString());
|
||||||
|
|
||||||
if (rdPausarImpressoraSi.isChecked()) {
|
if (rdPausarImpressoraSi.isChecked()) {
|
||||||
estacion.setPausarImpressora(Boolean.TRUE);
|
estacion.setPausarImpressora(Boolean.TRUE);
|
||||||
} else if (rdPausarImpressoraNo.isChecked()) {
|
} else if (rdPausarImpressoraNo.isChecked()) {
|
||||||
|
@ -196,6 +196,9 @@ public class EditarEstacionController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
closeWindow();
|
closeWindow();
|
||||||
}
|
}
|
||||||
|
} catch (BusinessException ex) {
|
||||||
|
Clients.alert(ex.getLocalizedMessage(),
|
||||||
|
Labels.getLabel("editarEstacionController.window.title"), Messagebox.INFORMATION);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
log.error(ex);
|
log.error(ex);
|
||||||
Clients.alert(Labels.getLabel("MSG.Error"),
|
Clients.alert(Labels.getLabel("MSG.Error"),
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ADM_20131220_1RC284
|
ADM_20131220_1RC285
|
Loading…
Reference in New Issue