Skip to content

fix: validate uom is integer for PR item by s-aga-r [frappe] PR#41074

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

From: https://github.com/frappe/erpnext/pull/41074
Date: 2024-04-17 21:45:27+05:30

  • fix: validate uom is integer for PR item



Diagnostics

pre-commit failed for source commit: 9a290fdfc969b1b5652d8c68ae6c146d1b21a79a
flake8...................................................................Failed
- hook id: flake8
- exit code: 1

erpnext/utilities/transaction_base.py:4:1: F401 'datetime' imported but unused
erpnext/utilities/transaction_base.py:9:1: F401 'frappe.utils.format_datetime' imported but unused
erpnext/utilities/transaction_base.py:9:1: F401 'frappe.utils.get_datetime' imported but unused



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

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

# 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