From 67d3e9f66d13e68b61e748c21629c8b44ad57902 Mon Sep 17 00:00:00 2001 From: thiago Date: Thu, 14 May 2015 12:36:29 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20bug=20#6300=20-=20altera=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20quantidade=20m=C3=A1xima=20de=20assentos=20autorizados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@43991 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/CategoriaCtrlServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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