fix(stock): format numeric values in variant dialog helper text by mihir-kandoi [frappe] PR#50509
From: https://github.com/frappe/erpnext/pull/50509
Date: 2025-11-13 14:03:38+05:30
- fix(stock): format numeric values in variant dialog helper text
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50509
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50509
# 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