fix: add descendants item groups to fetch the barcode items by PugazhendhiVelu [frappe] PR#48053
From: https://github.com/frappe/erpnext/pull/48053
Date: 2025-06-13 18:16:25+05:30
- fix: add descendants item groups to fetch the barcode items
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48053
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48053
# 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