fix(return): set default return warehouse by blaggacao [frappe] PR#43446
From: https://github.com/frappe/erpnext/pull/43446
Date: 2024-03-25 16:11:10+01:00
- fix(return): set default return warehouse
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-43446
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-43446
# 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