fixes bug#7820
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@59010 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
784c4c140a
commit
80eba63a15
|
@ -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 = 100;
|
||||
private static final int CANT_MAX_CATEGORIA_ADULTO = 200;
|
||||
@Autowired
|
||||
private CategoriaCtrlDAO categoriaCtrlDAO;
|
||||
@Autowired
|
||||
|
|
Loading…
Reference in New Issue