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-87c2c4800839
master
walace 2019-04-22 21:07:04 +00:00
parent 0fb448f1a4
commit 7f5fcbdd67
1 changed files with 1 additions and 1 deletions

View File

@ -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;