fix: set letter head from company if exists by ravibharathi656 [frappe] PR#48769
From: https://github.com/frappe/erpnext/pull/48769
Date: 2025-07-24 14:51:28+05:30
- fix: set letter head from company if exists
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48769
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48769
# 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