fix: out of range for valuation_rate column in SE by s-aga-r [frappe] PR#39687
From: https://github.com/frappe/erpnext/pull/39687
Date: 2024-02-02 13:07:26+05:30
- fix: out of range for valuation_rate column in SE
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39687
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease