diff --git a/frappe/docs/user/en/guides/basics/hooks.md b/frappe/docs/user/en/guides/basics/hooks.md index 972674c92f..5a3eabf419 100755 --- a/frappe/docs/user/en/guides/basics/hooks.md +++ b/frappe/docs/user/en/guides/basics/hooks.md @@ -216,6 +216,7 @@ The hook function will be passed the doc in concern as the only argument. * `validate` * `before_save` +* `autoname` * `after_save` * `before_insert` * `after_insert`