Skip to content

fix: Don't set delivery date as today while making SO from Quotation by nabinhait [frappe] PR#40858

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

From: https://github.com/frappe/erpnext/pull/40858
Date: 2024-04-11 11:01:28+05:30

  • fix: test cases
  • fix: Don't set delivery date as today while making SO from Quotation



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

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

# 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