fix(regional): removed payment schedule validation in sales invoice for italy by ljain112 [frappe] PR#45852
From: https://github.com/frappe/erpnext/pull/45852
Date: 2025-02-11 14:50:55+05:30
- fix(regional): removed payment schedule validation in sales invoice for italy (#45852)
Diagnostics
pre-commit failed for source commit: 494310293cfd896e7b6ed6a4863a0fa3e4b2aa2b
erpnext/regional/italy/utils.py:43:17: UP030 Use implicit references for positional format fields
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45852
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45852
# 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