fix: Init internal child table values by deepeshgarg007 [frappe] PR#38691
From: https://github.com/frappe/erpnext/pull/38691
Date: 2023-12-12 15:18:54+05:30
- fix: Init internal child table values
Diagnostics
pre-commit failed for source commit: 2588970d5576bbfa085a1f30cf098d7e18e71a84
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
erpnext/controllers/accounts_controller.py:238:3: F821 undefined name 'validate_einvoice_fields'
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38691
# 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