fix: relabel rate to tax rate by mahsem [frappe] PR#44815
From: https://github.com/frappe/erpnext/pull/44815
Date: 2024-12-21 13:49:54+01:00
- fix: relabel rate to tax rate
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44815
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44815
# 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