diff --git a/src/com/rjconsultores/ventaboletos/service/impl/CategoriaCtrlServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/CategoriaCtrlServiceImpl.java index c9b0151f1..d085c4c51 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/CategoriaCtrlServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/CategoriaCtrlServiceImpl.java @@ -31,7 +31,7 @@ import org.springframework.transaction.annotation.Transactional; public class CategoriaCtrlServiceImpl implements CategoriaCtrlService { public static final int CATEGORIA_ADULTO = 1; - private static final int CANT_MAX_CATEGORIA_ADULTO = 80; + private static final int CANT_MAX_CATEGORIA_ADULTO = 100; @Autowired private CategoriaCtrlDAO categoriaCtrlDAO; @Autowired