fix: notify update when update outstanding amount by HarryPaulo [frappe] PR#40844
From: https://github.com/frappe/erpnext/pull/40844
Date: 2024-04-02 18:50:51-03:00
- fix: notify update when update outstanding amount - Linters
- fix: notify update when update outstanding amount
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40844
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40844
# 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