fix: attribute order in create multiple variants dialog by ShreyasTheNewbie [frappe] PR#44800
From: https://github.com/frappe/erpnext/pull/44800
Date: 2024-12-27 10:53:17+05:30
- fix: attribute order in create multiple variants dialog (#44800)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44800
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44800
# 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