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-87c2c4800839
master
walace 2022-04-26 13:24:10 +00:00
parent 351c494dda
commit 406b609d4c
2 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class EditarCoeficienteTarifaController extends MyGenericForwardComposer
if (coeficienteTarifa.getCoeficienteId() == null) { if (coeficienteTarifa.getCoeficienteId() == null) {
btnApagar.setVisible(Boolean.FALSE); btnApagar.setVisible(Boolean.FALSE);
} else { } else {
coeficienteTarifa.clonar();
txtCoeficiente.setValue(coeficienteTarifa.getCoeficiente().toString()); txtCoeficiente.setValue(coeficienteTarifa.getCoeficiente().toString());
} }

View File

@ -95,6 +95,11 @@ public class EditarFormaPagoController extends MyGenericForwardComposer {
super.doAfterCompose(comp); super.doAfterCompose(comp);
busquedaFormaPagoController = (BusquedaFormaPagoController) Executions.getCurrent().getArg().get("busquedaFormaPagoController"); busquedaFormaPagoController = (BusquedaFormaPagoController) Executions.getCurrent().getArg().get("busquedaFormaPagoController");
formaPago = (FormaPago) Executions.getCurrent().getArg().get("formaPago"); formaPago = (FormaPago) Executions.getCurrent().getArg().get("formaPago");
if (formaPago.getFormapagoId() != null){
formaPago = formaPagoService.obtenerID(formaPago.getFormapagoId());
}
formaPagoList = (MyListbox) Executions.getCurrent().getArg().get("formaPagoList"); formaPagoList = (MyListbox) Executions.getCurrent().getArg().get("formaPagoList");
popularCombobox(); popularCombobox();
/* /*