brotherton-erpnext/erpnext/crm
Ashish Shah 4e6805b04e
fix: When Lead is created with mobile_no, mobile_no value gets lost (it is overwritten by phon value) (#26116)
Steps to reproduce
[1]Create a Lead.
[2]Enter Person Name(lead_name): XX
   under Contact section, enter Phone(phone): 11 and Mobile No.(mobile_no):22
[3]Save it
[4] F12, 
cur_frm.doc.phone : 11 (correct)
cur_frm.doc.mobile_no : 11 (incorrect)
[5]Under Address & Contact section ,check contact_html it shows
ty
Phone: 22 (correct)
Phone: 11 (in correct)


Actual:
mobile_no value is lost. it is overwritten by phone value

Expected:
mobile_no value should be retained
2021-07-02 13:35:04 +05:30
..
crm_dashboard/crm feat: Export CRM dashboard (#22778) 2020-07-22 18:16:57 +05:30
dashboard_chart feat: Export CRM dashboard (#22778) 2020-07-22 18:16:57 +05:30
doctype fix: When Lead is created with mobile_no, mobile_no value gets lost (it is overwritten by phon value) (#26116) 2021-07-02 13:35:04 +05:30
module_onboarding/crm fix: grammatical fixes in module onboarding (#22580) 2020-07-08 14:25:51 +05:30
number_card feat: Export CRM dashboard (#22778) 2020-07-22 18:16:57 +05:30
onboarding/crm CRM Onboarding 2020-05-14 18:42:44 +05:30
onboarding_step fix: full form for opportunity in crm dashboard (#24436) 2021-01-22 10:03:29 +05:30
report fix: chart not visible for First Response Time reports (#26032) 2021-06-24 10:41:56 +05:30
workspace/crm feat: update workspace folders 2020-12-03 15:48:57 +05:30
__init__.py [new-module] crm 2015-02-17 10:36:54 +05:30
utils.py solved merge conflicts 2020-05-07 15:38:20 +05:30