mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
Merge branch 'hotfix'
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
__version__ = '7.2.24'
|
__version__ = '7.2.25'
|
||||||
|
|
||||||
def get_default_company(user=None):
|
def get_default_company(user=None):
|
||||||
'''Get default company for user'''
|
'''Get default company for user'''
|
||||||
|
|||||||
@@ -63,8 +63,8 @@ def get_help_messages():
|
|||||||
if count < 3:
|
if count < 3:
|
||||||
messages.append(dict(
|
messages.append(dict(
|
||||||
title=_('Create Leads'),
|
title=_('Create Leads'),
|
||||||
description=_('Create Leads'),
|
description=_('Leads help you get business, add all your contacts and more as your leads'),
|
||||||
action=_('Leads help you get business, add all your contacts and more as your leads'),
|
action=_('Make Lead'),
|
||||||
route='List/Lead',
|
route='List/Lead',
|
||||||
count=count
|
count=count
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user