[go: up one dir, main page]

fix: Project/Task calculation of cost by nishkagosalia [frappe] PR#51021

From: https://github.com/frappe/erpnext/pull/51021
Date: 2025-12-11 08:56:39+05:30

  • Merge pull request #51021 from nishkagosalia/gh-50390



Diagnostics

pre-commit failed for source commit: 254eb5e7d6c47802b73d21f44c0cce434a9b0736
[WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version.  Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this.  if it does not -- consider reporting an issue to that repo.

erpnext/projects/doctype/task/task.py:290:32: F821 Undefined name `get_datetime`
Found 1 error.



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

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

# 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

Loading