Skip to content

[frappe] PR #36264 fix: allow both custodian and location while creating asset

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

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

Date: 2023-07-24T15:51:24+05:30

  • fix: allow both custodian and location while creating asset (copy #36263) (#36264)



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

# 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