Skip to content

fix: Taxes not getting updated on change by deepeshgarg007 [frappe] PR#40433

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

From: https://github.com/frappe/erpnext/pull/40433
Date: 2024-03-14 12:13:16+05:30

  • Merge pull request #40433 from deepeshgarg007/client_side_tax_updates
  • fix: Taxes not getting updated on change



Diagnostics

Suspicious merge commit detected: d15cdd919045ca8158c2c57fefba5557e26cc344



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

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

# 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