diff --git a/AYA.SlnSynor/AYA.SlnSynor/App_Start/BundleConfig.cs b/AYA.SlnSynor/AYA.SlnSynor/App_Start/BundleConfig.cs index 9c97e1c70..e73cd9457 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/App_Start/BundleConfig.cs +++ b/AYA.SlnSynor/AYA.SlnSynor/App_Start/BundleConfig.cs @@ -23,6 +23,7 @@ namespace AYA.SlnSinort bundles.Add(new ScriptBundle("~/bundles/moment").Include("~/Scripts/moment.js").Include("~/Scripts/moment-with-langs.js")); bundles.Add(new ScriptBundle("~/bundles/toastr").Include("~/Scripts/toastr.js")); bundles.Add(new ScriptBundle("~/bundles/jquery-dataTables").Include("~/Scripts/DataTables-1.10.0/jquery.dataTables.js")); + bundles.Add(new ScriptBundle("~/bundles/timepicki").Include("~/Scripts/timepicki.js")); bundles.Add(new StyleBundle("~/Content/css") .Include("~/Content/Site.css")); @@ -49,7 +50,7 @@ namespace AYA.SlnSinort bundles.Add(new ScriptBundle("~/Script-Global") .Include("~/Sinort-Scripts/Global.js")); - + bundles.Add(new StyleBundle("~/Content/timepicki").Include("~/Content/timepicki.css")); //AGREGAR SIGUIENTES SCRIPTS bundles.Add(new ScriptBundle("~/Scripts/Sinort-PropuestaNormativa") diff --git a/AYA.SlnSynor/Atesa.Utilitarios/ObtieneParametros.cs b/AYA.SlnSynor/Atesa.Utilitarios/ObtieneParametros.cs index b5be31855..fa06941ba 100644 --- a/AYA.SlnSynor/Atesa.Utilitarios/ObtieneParametros.cs +++ b/AYA.SlnSynor/Atesa.Utilitarios/ObtieneParametros.cs @@ -25,7 +25,7 @@ namespace Atesa.Utilitarios } catch { - throw new Exception("The registry key 'ParametrosProcesoUltimus' does not exist and could not create it"); + throw new Exception("The registry key 'Parametros' does not exist and could not create it"); } } public void AddValueKeyRegedit(string KeyStringName, string KeyStringValue, bool Encrypt)