[go: up one dir, main page]

Skip to content

fix: zero division error by rohitwaghchaure [frappe] PR#40967

From: https://github.com/frappe/erpnext/pull/40967
Date: 2024-04-11 17:35:06+05:30

  • fix: zero division error



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

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

# 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