This patch adds a missing help file to the members folder. --- .../prog/en/modules/help/members/routing-lists.tt | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) 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' %] + +<h1>Patron routing lists</h1> + +<p>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.</p> + +<p>On this tab you will be able to see and edit all of the routing lists that this patron is on.</p> + +<p><strong>See the full documentation for Patron routing lists in the <a http://manual.koha-community.org/3.10/en/patroninformation.html#patronroutingtab">manual</a> (online).</strong></p> + +[% INCLUDE 'help-bottom.inc' %] -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
