Skip to content

fix: possible wildcard issue on variable name by ruthra-kumar [frappe] PR#41047

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

From: https://github.com/frappe/erpnext/pull/41047
Date: 2024-04-17 10:46:00+05:30

  • fix: possible wildcard issue on variable name



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

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

# 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