Title / Description
Code --- a/XepyrLib/Negocio/Common/AExpediente.cs +++ b/XepyrLib/Negocio/Common/AExpediente.cs @@ -574,7 +574,7 @@ namespace es.sergas.xepyr.lib.Negocio.Common { ATramite trasladoManualFueraComunidad = Tramites.Find(delegate(ATramite tramite) { return tramite.Es(TT.TrasladoExpedienteManual) && tramite.AreaInspeccion == null && !tramite.IsNewRecord; }); - if (trasladoManualFueraComunidad != null || PeriodoDeTramitacion == EnumTipoTramitacion.TramitacionJudicial) + if (trasladoManualFueraComunidad != null) return new List<TipoTramite>(); TipoTramiteAlternativosHelper helper = new TipoTramiteAlternativosHelper(this); @@ -592,6 +592,9 @@ namespace es.sergas.xepyr.lib.Negocio.Common if (Exists(TT.EnvioInspeccionTO)) helper.alternativos.Remove(TT.FaltaDocumentacion_Administrativo); + if (Exists(TT.GestionarInformesAJ)) + helper.alternativos.Remove(TT.SilencioAdministrativo); + helper.setAlternativoAlSP(TT.TrasladoExpedienteManual, TT.InformePropuestaTO); helper.setAlternativoAlSP(TT.EnvioSSCC, TT.NotificacionResolucionTO); helper.setAlternativoAlSP(TT.EnvioSSCCRP, TT.NotificacionResolucionRP);
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code