- default para o tipo de passageiro normal

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@29836 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2013-08-08 20:40:13 +00:00
parent 60f8b5d084
commit 94a85cba88
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@ public class CategoriaCtrlServiceImpl implements CategoriaCtrlService {
cd.setUsuarioId(UsuarioLogado.getUsuarioLogado().getUsuarioId());
cd.setIndAplicaFeriado(CategoriaDescuento.DisponibilidadeFeriado.GERARSEMPRE.valor());
cd.setIndImporteOutros(true);
cd.setIndImportePedagio(true);
cd.setIndImporteSeguro(true);
cd.setIndImporteTxEmbarque(true);
return cd;
}