fix: set Payroll payable account to Payable & cancel linked payment ledgers entry of payroll & journal entry by iamkhanraheel [frappe] PR#3570
From: https://github.com/frappe/hrms/pull/3570
Date: 2025-10-10 16:58:30+05:30
- fix: set Payroll payable account to Payable & cancel linked payment ledgers entry of payroll & journal entry (#3570)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3570
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3570
# 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