fix: added validation for required invoice_fields in POS by diptanilsaha [frappe] PR#45780
From: https://github.com/frappe/erpnext/pull/45780
Date: 2025-02-11 16:04:36+05:30
- fix: added validation for required invoice_fields in POS (#45780)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45780
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45780
# 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