Skip to content

fix: fetch from is not working in quick entry form by shariquerik [frappe] PR#27269

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

From: https://github.com/frappe/frappe/pull/27269
Date: 2024-07-31 17:25:54+05:30

  • fix: set fields value if this.frm exist
  • fix: fetch from not working in quick entry form



Diagnostics



Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc|sentry|marketplace_apps|subscription_conf):
  5f8e522d86e383590756604c6af400e790c9f042 fix: fetch from not working in quick entry form



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

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

# 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