fix(patch): set/update user type limit while updating lending perm config by ruchamahabal [frappe] PR#1769
From: https://github.com/frappe/hrms/pull/1769
Date: 2024-05-14 13:24:11+05:30
- fix(patch): set/update user type limit while updating lending perm config
Diagnostics
Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc|sentry|marketplace_apps|subscription_conf):
364c3880a1c90ff117855068dae538bfcc42aa58 fix(patch): set/update user type limit while updating lending perm config
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-1769
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-1769
# 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