fix: Get field currency based on default company if company is not available on doc by nabinhait [frappe] PR#32445
From: https://github.com/frappe/frappe/pull/32445
Date: 2025-06-04 18:24:25+05:30
- fix: Get field currency based on default company if company is not available on doc (#32445)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32445
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32445
# 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