Removed Update Manager
diff --git a/patches/october_2013/p04_wsgi_migration.py b/patches/october_2013/p04_wsgi_migration.py
index ca73516..d374f4e 100644
--- a/patches/october_2013/p04_wsgi_migration.py
+++ b/patches/october_2013/p04_wsgi_migration.py
@@ -27,4 +27,7 @@
for file_path in (("js", "wn-web.js"), ("css", "wn-web.css")):
file_path = os.path.join(base_path, "public", *file_path)
if os.path.exists(file_path):
- os.remove(file_path)
\ No newline at end of file
+ os.remove(file_path)
+
+ # Remove update app page
+ webnotes.delete_doc("Page", "update-manager")
diff --git a/setup/page/setup/setup.js b/setup/page/setup/setup.js
index 0127a2a..ed55eb5 100644
--- a/setup/page/setup/setup.js
+++ b/setup/page/setup/setup.js
@@ -180,7 +180,7 @@
if(r.message) {
body.empty();
if(wn.boot.expires_on) {
- $(body).prepend("<div class='text-muted' style='text-align:right'>"+wn.("Account expires on")
+ $(body).prepend("<div class='text-muted' style='text-align:right'>"+wn._("Account expires on")
+ wn.datetime.global_date_format(wn.boot.expires_on) + "</div>");
}
diff --git a/setup/page/setup/setup.py b/setup/page/setup/setup.py
index 1569ef0..caa32ef 100644
--- a/setup/page/setup/setup.py
+++ b/setup/page/setup/setup.py
@@ -226,8 +226,6 @@
"title": "System Administration",
"icon": "icon-cog"
},
- { "title": "Update ERPNext",
- "route": "update-manager", "type": "Link", "icon": "icon-rss" },
{ "title": "Manage 3rd Party Backups",
"route": "Form/Backup Manager", "type": "Link", "icon": "icon-cloud" },
{ "title": "System Scheduler Errors",