Update Serial No issue by Nandhinidevi123 [frappe] PR#38427
From: https://github.com/frappe/erpnext/pull/38427
Date: 2023-11-29 17:21:51+05:30
- fix:change default qty
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38427
# 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