fix: inventory dimension for maintenance visit by rohitwaghchaure [frappe] PR#46037
From: https://github.com/frappe/erpnext/pull/46037
Date: 2025-02-20 09:05:17+05:30
- fix: inventory dimension for maintence visit
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46037
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46037
# 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