chore: fix typo "show_disables_items" to "show_disabled_items" by rs-rethik [frappe] PR#50322
From: https://github.com/frappe/erpnext/pull/50322
Date: 2025-11-04 11:10:27+05:30
- chore: fix typo "show_disables_items" to "show_disabled_items"
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50322
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50322
# 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