fix (pos closing entry): validation for 100 pc discount on pos invoice by diptanilsaha [frappe] PR#44899
From: https://github.com/frappe/erpnext/pull/44899
Date: 2024-12-27 11:34:41+05:30
- fix (pos closing entry): validation for 100 pc discount on pos invoice (#44899)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44899
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44899
# 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