fix: download materials request plan in PP by Nihantra-Patel [frappe] PR#41867
From: https://github.com/frappe/erpnext/pull/41867
Date: 2024-06-12 12:26:40+05:30
- fix: download materials request plan in PP
Diagnostics
pre-commit failed for source commit: f4acdd9636dd32fcee2bc73495a1c5aa299c5baa
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook
erpnext/manufacturing/doctype/production_plan/production_plan.js
pre-commit failed for source commit: cb52b7634215a5f580d0d01cbd0458b6a354b9ec
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook
erpnext/manufacturing/doctype/production_plan/production_plan.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41867
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41867
# 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