fix: changes in opportunity.py to show contacts and addresses created from opportunity by Didiman1998 [frappe] PR#42596
From: https://github.com/frappe/erpnext/pull/42596
Date: 2024-08-01 17:01:43+02:00
- feat: changes in opportunity.py to show contacts and addresses from referenced and opportunities
Diagnostics
pre-commit failed for source commit: 61576ca03092a2a60eb5d468ee62495a868673ad
trim trailing whitespace.................................................Failed
- hook id: trailing-whitespace
- exit code: 1
- files were modified by this hook
Fixing erpnext/crm/doctype/opportunity/opportunity.py
Run ruff formatter.......................................................Failed
- hook id: ruff-format
- files were modified by this hook
1 file reformatted
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42596
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42596
# 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