Fix validation mismatch in inventory dimension fields by JK-1117 [frappe] PR#46171
From: https://github.com/frappe/erpnext/pull/46171
Date: 2025-02-27 15:17:39+08:00
- fix: use source_fieldname to validate inventory dimension
- feat: fetch source_fieldname for inventory dimension
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46171
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46171
# 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