Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix contact form if email is both customer and lead #9075

Merged
merged 1 commit into from
Jun 1, 2017

Conversation

britlog
Copy link
Contributor

@britlog britlog commented May 29, 2017

Hi,

There is an ident problem that avoid people from sending message from website contact form if the email belongs to both customer and lead.

Old behavior : If the email belongs to a customer, it doesn't search for lead but try to create a new lead, so if the email already belongs to a lead, we get an error in check_email_id_is_unique()

New behavior : If the email belongs to a customer, we don't touch lead !

Thanks

@nabinhait nabinhait merged commit 495a408 into frappe:develop Jun 1, 2017
ashwinisave35 added a commit to ashwinisave35/erpnext that referenced this pull request Jun 2, 2017
…t_issue

* 'develop' of https://github.com/frappe/erpnext: (25 commits)
  bumped to version 8.0.43
  Fix contact form if email is both customer and lead (frappe#9075)
  Weekly digest subject translation (frappe#9003)
  Arabic language shows Errors onSubmit  in maintenance_schedule (frappe#9082)
  [translation] translation updates (frappe#9081)
  Fixed issue : Payment Entry allocating amount more than invoice amount. (frappe#9084)
  Set website route field as No Copy field (frappe#9106)
  [Fix] Employees working on a holiday report's date filter not working (frappe#9108)
  [minor] install node v7 (frappe#9109)
  Fix the demo for the schools (frappe#8879)
  Rate validation in return entry
  Fixes in the patch (frappe#9027)
  [minor] fixes typo (frappe#9093)
  bumped to version 8.0.42
  [minor] fixed a unexpected token error for opportunity
  bumped to version 8.0.41
  Correction in the validation message (frappe#9079)
  Fix grammar error in HR Training Results (frappe#9076)
  link for timesheet, fix frappe#9042 (frappe#9071)
  field for the naming series should have no copy attribute (frappe#9067)
  ...
@britlog britlog deleted the contact branch September 23, 2018 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants