mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +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_split = email_name.split('.')
|
||||
sender_name = ''
|
||||
for s in email_split:
|
||||
sender_name += s.capitalize() + ' '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user