Skip to content

fix: consistent query field name in item wise purchase register with item wise sales register by ljain112 [frappe] PR#41927

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

From: https://github.com/frappe/erpnext/pull/41927
Date: 2024-06-17 14:30:31+05:30

  • fix: consistent query field name in item wise purchase register with item wise sales register



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

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

# 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