fix: decimal issue in pick list by rohitwaghchaure [frappe] PR#41972
From: https://github.com/frappe/erpnext/pull/41972
Date: 2024-06-21 17:41:48+05:30
- fix: decimal issue in pick list (#41972)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41972
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41972
# 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