Skip to content

[frappe] PR #36093 fix: allow manual asset receipt mov from nowhere

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

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

Date: 2023-07-12T08:26:49+05:30

  • fix: allow manual asset receipt mov from nowhere (backport #36093) (#36094)



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

# 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