fix: unwired order_by argument in get_transaction_list by NagariaHussain [frappe] PR#46636
From: https://github.com/frappe/erpnext/pull/46636
Date: 2025-03-21 11:38:41+05:30
- fix: unwired order_by argument
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46636
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46636
# 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