From 7067ff026ad4078213d4f53c71326d8ef5b82e47 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 2 Mar 2017 11:14:09 +0530 Subject: [PATCH] [minor] add progress in desktop help message --- erpnext/utilities/activation.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/utilities/activation.py b/erpnext/utilities/activation.py index 0f965bc5dd..c4841bb619 100644 --- a/erpnext/utilities/activation.py +++ b/erpnext/utilities/activation.py @@ -51,8 +51,8 @@ def get_level(): 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 @@ def get_help_messages(): action=_('Make Quotation'), route='List/Quotation', domain=('Manufacturing', 'Retail', 'Services', 'Distribution'), - target=30 + target=3 ), frappe._dict( doctype='Sales Order',