Skip to content

fix: JV GLEs for auto-set against accounts by GursheenK [frappe] PR#39248

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

From: https://github.com/frappe/erpnext/pull/39248
Date: 2024-01-09 21:47:59+05:30

  • test: split and auto set against in JV
  • fix: gl_map for auto-set against accounts



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

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports