fix: Address title error when create new transporter on driver by KerollesFathy [frappe] PR#50153
From: https://github.com/frappe/erpnext/pull/50153
Date: 2025-10-22 11:13:13+03:00
- Merge pull request #50153 from KerollesFathy/fix-address-error-when-create-transporter
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50153
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50153
# 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