refactor: use pop up to inform of possible data issue by ruthra-kumar [frappe] PR#39674
From: https://github.com/frappe/erpnext/pull/39674
Date: 2024-02-01 16:05:27+05:30
- refactor: use pop up to inform of possible data issue
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39674
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease