From a5ee8aab9c928014f4c14ea7664fdd329be7affb Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Fri, 19 Oct 2012 11:50:03 -0400 Subject: [PATCH] Bug 8945: Add patron routing list help file This patch adds a missing help file to the members folder. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/members/routing-lists.tt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt new file mode 100644 index 0000000..f046266 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt @@ -0,0 +1,11 @@ +[% INCLUDE 'help-top.inc' %] + +

Patron routing lists

+ +

A list of all of the serial routing lists the patron belongs to will be accessible via the 'Routing Lists' tab on the patron record.

+ +

On this tab you will be able to see and edit all of the routing lists that this patron is on.

+ +

See the full documentation for Patron routing lists in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] -- 1.7.9.5