fixed bug #6300 - alteração de quantidade máxima de assentos autorizados
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@43991 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
601723c50f
commit
67d3e9f66d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue