fix(auto email report): add get_data function to multiselectlist filters by venkat102 [frappe] PR#31195
From: https://github.com/frappe/frappe/pull/31195
Date: 2025-02-10 10:39:15+05:30
- fix: return if options is array
- fix(auto email report): add get_data function to multiselectlist filters
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31195
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31195
# 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