fixes bug#13980
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@92173 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0fb448f1a4
commit
7f5fcbdd67
|
@ -452,7 +452,7 @@ public class CalculoComissaoServiceImpl implements CalculoComissaoService {
|
|||
|
||||
} catch (Exception e) {
|
||||
log.error(e.getMessage(), e);
|
||||
throw new BusinessException(e.getMessage(), e);
|
||||
throw new BusinessException("busquedaCalculoComissaoController.PtovtaComissao.exception");
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue