Skip to content

[frappe] PR #36017 refactor: translatable strings

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

See https://github.com/frappe/erpnext/pull/36017

Date: 2023-07-09T16:49:53+02:00

  • refactor(Payment Entry): translatable strings (#36017)



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

# Make changes then rebase
git rebase -i upstream/develop

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

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

Merge request reports