fix: do not create version for virtual fields by ljain112 [frappe] PR#32269
From: https://github.com/frappe/frappe/pull/32269
Date: 2025-04-23 17:19:32+05:30
- fix: do not create version for virtual fields
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32269
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32269
# 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