From 4ef9056d69d609b415ec0517356153fcfb3807ca Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Thu, 20 Sep 2018 04:34:37 +0200 Subject: [PATCH] docs: updated example hooks line --- docs/admin/admin-tricks.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/admin-tricks.rst b/docs/admin/admin-tricks.rst index 78599bbd..dd95bf0c 100644 --- a/docs/admin/admin-tricks.rst +++ b/docs/admin/admin-tricks.rst @@ -162,7 +162,8 @@ To add custom hooks to your instance, use the following steps: 1. Open :menuselection:`Admin --> Settings --> Hooks` 2. Add your custom hook details, you can use a file path to specify custom - hook scripts, for example: ``python:/path/to/custom_hook.py`` + hook scripts, for example: + ``pretxnchangegroup.example`` with value ``python:/path/to/custom_hook.py:my_func_name`` 3. Select :guilabel:`Save` Also, see the |RC| Extensions section of the :ref:`rc-tools` guide. |RC|