fix(portal): show PO pay button if payments installed by GursheenK [frappe] PR#39643
From: https://github.com/frappe/erpnext/pull/39643
Date: 2024-01-31 13:37:01+05:30
- fix: conditionally display show btn setting
- fix(portal): show PO pay button if payments installed
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39643
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease