fix: check if df exist before accessing its properties by maverjk [frappe] PR#33446

From: https://github.com/frappe/frappe/pull/33446
Date: 2025-07-24 17:12:13+02:00

  • fix: check if df exist before accessing its properties



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-33446

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-33446

# 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

Merge request reports

Loading