mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
[minor] add progress in desktop help message
This commit is contained in:
@@ -51,8 +51,8 @@ def get_level():
|
|||||||
|
|
||||||
def get_help_messages():
|
def get_help_messages():
|
||||||
'''Returns help messages to be shown on Desktop'''
|
'''Returns help messages to be shown on Desktop'''
|
||||||
# if get_level() > 6:
|
if get_level() > 6:
|
||||||
# return []
|
return []
|
||||||
|
|
||||||
messages = []
|
messages = []
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ def get_help_messages():
|
|||||||
action=_('Make Quotation'),
|
action=_('Make Quotation'),
|
||||||
route='List/Quotation',
|
route='List/Quotation',
|
||||||
domain=('Manufacturing', 'Retail', 'Services', 'Distribution'),
|
domain=('Manufacturing', 'Retail', 'Services', 'Distribution'),
|
||||||
target=30
|
target=3
|
||||||
),
|
),
|
||||||
frappe._dict(
|
frappe._dict(
|
||||||
doctype='Sales Order',
|
doctype='Sales Order',
|
||||||
|
|||||||
Reference in New Issue
Block a user