mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
[bugfix] opportunity naming
This commit is contained in:
@@ -54,6 +54,7 @@ class Opportunity(TransactionBase):
|
|||||||
email_name = self.contact_email[0:self.contact_email.index('@')]
|
email_name = self.contact_email[0:self.contact_email.index('@')]
|
||||||
|
|
||||||
email_split = email_name.split('.')
|
email_split = email_name.split('.')
|
||||||
|
sender_name = ''
|
||||||
for s in email_split:
|
for s in email_split:
|
||||||
sender_name += s.capitalize() + ' '
|
sender_name += s.capitalize() + ' '
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user