feat: add total weight in shipment by ravibharathi656 [frappe] PR#46049
From: https://github.com/frappe/erpnext/pull/46049
Date: 2025-02-21 19:45:21+05:30
- feat: add total weight in shipment (#46049)
Diagnostics
pre-commit failed for source commit: 1ec182430dc61cd45ab3076fb5733a3a0c98d568
[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.
1 file reformatted, 1 file left unchanged
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46049
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46049
# 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