Skip to content

fix: Merge debit and credit in transaction currency while merging gle with similar head by nabinhait [frappe] PR#41236

Bot Dokos requested to merge ft-pr-41236 into develop

From: https://github.com/frappe/erpnext/pull/41236
Date: 2024-04-29 17:24:31+05:30

  • fix: Patch to fix the incorrect debit and credit in transaction currency
  • fix: Merge debit and credit in transaction currency while merging gle with similar head



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

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

# 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