From b69cec9b487d4802f6890723d1eeb694f86a734a Mon Sep 17 00:00:00 2001 From: gleimar Date: Mon, 20 Jan 2014 21:43:58 +0000 Subject: [PATCH] git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@33177 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/EstacionServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/EstacionServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/EstacionServiceImpl.java index 5504f4f7d..28129c012 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/EstacionServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/EstacionServiceImpl.java @@ -112,7 +112,7 @@ public class EstacionServiceImpl implements EstacionService { private void validarEstoqueBorrar(Estacion estacion) throws BusinessException { if (!ApplicationProperties.getInstance().generarRotinaFolios()) { if (estacionDAO.temEstoque(estacion.getPuntoVenta(), estacion)) { - throw new BusinessException("estacionServiceImpl.msg.hayStock"); + throw new BusinessException("estacionServiceImpl.msg.hayStock.borrar"); } } }