[go: up one dir, main page]

Skip to content

fix(payment term): allocate payment amount when payment term is fetched from order by venkat102 [frappe] PR#46637

From: https://github.com/frappe/erpnext/pull/46637
Date: 2025-03-27 22:28:20+05:30

  • fix: update payment amount if automatically_fetch_payment_terms is enabled
  • test: validate payment schedule based on invoice amount
  • fix(payment term): allocate payment amount when payment term is fetched from order



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46637

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46637

# 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

Merge request reports

Loading