fix(minor): add app hooks by rmehta [frappe] PR#2166
From: https://github.com/frappe/hrms/pull/2166
Date: 2024-09-09 11:27:38+05:30
- fix(minor): add app hooks (#2166)
Diagnostics
Suspicious changes found (Dokos Only / dokos):
* 5e0e7f43b9bf794a3113394af9e7893851e55691 fix(minor): add app hooks (#2166)
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-2166
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-2166
# 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