fixes bug#8091
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@62164 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
8100460d5b
commit
9eebd3a113
|
@ -170,7 +170,7 @@ public class FiscalImpressoraServiceImpl implements FiscalImpressoraService {
|
|||
|
||||
//para o tipo CUSTOM, é necessário informar a forma de pagammetno. Senão dá problema no sco de vendas
|
||||
if (entidad.getFormaPago() == null){
|
||||
throw new BusinessException("editarFormapagoEmpresaController.MSG.suscribirOK");
|
||||
throw new BusinessException("editarFormapagoEmpresaController.MSG.formaPagoObligatoria");
|
||||
}
|
||||
|
||||
item = fiscalImpressoraDAO.buscarFormaPago(entidad.getEmpresa(), entidad.getTipoformapago(),entidad.getDescricao());
|
||||
|
|
Loading…
Reference in New Issue