fix(note): `expire_notification_on` should be a datetime field by akhilnarang [frappe] PR#31915
From: https://github.com/frappe/frappe/pull/31915
Date: 2025-03-26 18:19:54+05:30
- fix(note):
expire_notification_onshould be a datetime field
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31915
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31915
# 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