[minor] add progress in desktop help message
diff --git a/erpnext/utilities/activation.py b/erpnext/utilities/activation.py
index 0f965bc..c4841bb 100644
--- a/erpnext/utilities/activation.py
+++ b/erpnext/utilities/activation.py
@@ -51,8 +51,8 @@
 
 def get_help_messages():
 	'''Returns help messages to be shown on Desktop'''
-	# if get_level() > 6:
-	# 	return []
+	if get_level() > 6:
+		return []
 
 	messages = []
 
@@ -75,7 +75,7 @@
 			action=_('Make Quotation'),
 			route='List/Quotation',
 			domain=('Manufacturing', 'Retail', 'Services', 'Distribution'),
-			target=30
+			target=3
 		),
 		frappe._dict(
 			doctype='Sales Order',