fixes bug#24412
qua: dev: Criado os mapeamentos de log de auditorias, para o menu/abas de ponto de venda git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@112005 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
351c494dda
commit
406b609d4c
|
@ -52,6 +52,7 @@ public class EditarCoeficienteTarifaController extends MyGenericForwardComposer
|
|||
if (coeficienteTarifa.getCoeficienteId() == null) {
|
||||
btnApagar.setVisible(Boolean.FALSE);
|
||||
} else {
|
||||
coeficienteTarifa.clonar();
|
||||
txtCoeficiente.setValue(coeficienteTarifa.getCoeficiente().toString());
|
||||
}
|
||||
|
||||
|
|
|
@ -95,6 +95,11 @@ public class EditarFormaPagoController extends MyGenericForwardComposer {
|
|||
super.doAfterCompose(comp);
|
||||
busquedaFormaPagoController = (BusquedaFormaPagoController) Executions.getCurrent().getArg().get("busquedaFormaPagoController");
|
||||
formaPago = (FormaPago) Executions.getCurrent().getArg().get("formaPago");
|
||||
|
||||
if (formaPago.getFormapagoId() != null){
|
||||
formaPago = formaPagoService.obtenerID(formaPago.getFormapagoId());
|
||||
}
|
||||
|
||||
formaPagoList = (MyListbox) Executions.getCurrent().getArg().get("formaPagoList");
|
||||
popularCombobox();
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue