refactor(Item Price): validate dates by barredterra [frappe] PR#40587
From: https://github.com/frappe/erpnext/pull/40587
Date: 2024-03-21 14:12:37+01:00
- Merge pull request #40587 from barredterra/validate-price-dates
- refactor(Item Price): validate dates
Diagnostics
Suspicious merge commit detected: 9fcddc3378634e42c0d851a1e32c643c6112d8e5
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40587
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40587
# 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