diff --git a/frappe/docs/user/en/guides/basics/hooks.md b/frappe/docs/user/en/guides/basics/hooks.md index 9bfaaeee3c..972674c92f 100755 --- a/frappe/docs/user/en/guides/basics/hooks.md +++ b/frappe/docs/user/en/guides/basics/hooks.md @@ -226,6 +226,9 @@ The hook function will be passed the doc in concern as the only argument. * `on_submit` * `on_cancel` * `on_update_after_submit` +* `on_change` +* `on_trash` +* `after_delete` Eg,