fix in startup.js
diff --git a/erpnext/startup/startup.js b/erpnext/startup/startup.js
index 321149c..5dfd692 100644
--- a/erpnext/startup/startup.js
+++ b/erpnext/startup/startup.js
@@ -106,7 +106,7 @@
 				</div>', { expiry_string: expiry_string }));
 			} else if (diff < 0) {
 				$('header').append(repl('<div class="expiry-info"> \
-					This ERPNext subscription <b>has expired</b> and should be deleted. \
+					This ERPNext subscription <b>has expired</b>. \
 				</div>', { expiry_string: expiry_string }));
 			}
 		}
@@ -215,12 +215,3 @@
 		}
 	});
 }
-
-erpnext.hide_naming_series = function() {
-	if(cur_frm.fields_dict.naming_series) {
-		hide_field('naming_series');
-		if(cur_frm.doc.__islocal) {
-			unhide_field('naming_series');
-		}
-	}
-}