fix(patch): Use sql to update 'against_voucher' rather than reposting by ruthra-kumar [frappe] PR#42791
From: https://github.com/frappe/erpnext/pull/42791
Date: 2024-08-16 14:32:53+05:30
- chore: update patches.txt
- fix(patch): replace repost with direct sql to update 'against_voucher
Diagnostics
Suspicious changes found (Dokos Only / dokos):
* 0e40bb07197abed28ff7804889027006adcdc9a8 chore: update patches.txt
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42791
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42791
# 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