Skip to content

fix: don't merge tax into stock account on purchase receipt repost by ruthra-kumar [frappe] PR#42247

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

From: https://github.com/frappe/erpnext/pull/42247
Date: 2024-07-09 13:30:47+05:30

  • test: tax account heads on PR report without LCV
  • fix: tax on stock_rbnb on repost of Purchase Receipt



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

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

# 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