Skip to content

fix: address filter and quotation to for prospect by Nihantra-Patel [frappe] PR#41040

Bot Dokos requested to merge ft-pr-41040 into develop

From: https://github.com/frappe/erpnext/pull/41040
Date: 2024-05-09 11:58:33+05:30

  • refactor: make use of doc.quotation_to
  • fix: address filter and quotation to for prospect



Diagnostics

pre-commit failed for source commit: fe5b88522e8fdc11f64ff0136e41a9c1e18838d1
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook

erpnext/selling/doctype/quotation/quotation.js

Format Python code.......................................................Failed
- hook id: ruff-format
- files were modified by this hook

1 file reformatted


pre-commit failed for source commit: 24a68a79dfb284843677f46a9e1f768eead5fcd5
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook

erpnext/selling/doctype/quotation/quotation.js



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41040

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41040

# 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

Merge request reports