fix: allow zero valuation rate by rohitwaghchaure [frappe] PR#44902
From: https://github.com/frappe/erpnext/pull/44902
Date: 2024-12-25 22:20:23+05:30
- fix: allow zero valuation rate (#44902)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44902
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44902
# 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