fix(tds): use doctype reference when mapping keys across multiple doctypes by vorasmit [frappe] PR#42258
From: https://github.com/frappe/erpnext/pull/42258
Date: 2024-07-10 11:56:38+05:30
- fix(tds): use doctype reference when mapping keys across multiple doctypes (#42258)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42258
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42258
# 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