0023830: Andorinha - GLPI 45683 - Ambiente de Produção - Venda em aberto

bug#23830
dev:valdevir
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@110315 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdir 2022-01-11 13:04:49 +00:00
parent 4e675b43ba
commit 45ff24d8b2
1 changed files with 2 additions and 1 deletions

View File

@ -1001,7 +1001,8 @@ public class EditarConfiguracionCategoriaController extends MyGenericForwardComp
if (!existe) { if (!existe) {
if (((Categoria) cmbCategorias.getSelectedItem().getValue()).getCategoriaId().equals(CategoriaCtrlServiceImpl.CATEGORIA_ADULTO)) { if (((Categoria) cmbCategorias.getSelectedItem().getValue()).getCategoriaId().equals(CategoriaCtrlServiceImpl.CATEGORIA_ADULTO)) {
categoriaCtrl = categoriaCtrlService.checarCategoriaAdulto(categoriaCtrl); categoriaCtrl = categoriaCtrlService.checarCategoriaAdulto(categoriaCtrl, rdVendeAbertoSim.isSelected(),
chkCancelaEmAberto.isChecked(), chkDevolveEmAberto.isChecked(), chkCancelaEmergencialEmAberto.isChecked(), chkTrocaTiturlidadeEmAberto.isChecked(), chkTrocaEmAberto.isChecked());
List<CategoriaDescuento> aux = lsCategoriaDescuento; List<CategoriaDescuento> aux = lsCategoriaDescuento;
lsCategoriaDescuento = categoriaCtrl.getCategoriaDescuentoList(); lsCategoriaDescuento = categoriaCtrl.getCategoriaDescuentoList();
categoriaDescuentoList.setData(lsCategoriaDescuento); categoriaDescuentoList.setData(lsCategoriaDescuento);