chore: Add translations to QI validations in Update stock_controller.py by ernestoruiz89 [frappe] PR#44304
From: https://github.com/frappe/erpnext/pull/44304
Date: 2024-11-23 09:07:18-06:00
- chore: Add translations to QI validations in Update stock_controller.py
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44304
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44304
# 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