Skip to content

fix(delivery): rename dt fetch stop action by blaggacao [frappe] PR#37605

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

From: https://github.com/frappe/erpnext/pull/37605
Date: 2023-10-20 12:31:46+02:00

  • fix(delivery): rename dt fetch stop action



Diagnostics

pre-commit failed for source commit: 79d51a0a0b685909371e9bda68d9702fb287c53e
eslint...................................................................Failed
- hook id: eslint
- exit code: 1

erpnext/stock/doctype/delivery_trip/delivery_trip.js
  83:10  error  Parsing error: Unexpected token function

 1 problem (1 error, 0 warnings)



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

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

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

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

Merge request reports