fix: creation of contact, customer, opportunity, quotation and prospect from lead by Nihantra-Patel [frappe] PR#42014
From: https://github.com/frappe/erpnext/pull/42014
Date: 2024-06-24 15:54:01+05:30
- fix: creation of contact, customer, opportunity, quotation and prospect from lead
Diagnostics
pre-commit failed for source commit: 8304d19e8b4b4a16f674627ab64f27aa2b9b4915
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook
erpnext/crm/doctype/lead/lead.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42014
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42014
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease