Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt
Katrin Fischer 6c1092396a Bug 20706: Adds en language code to the links to the manual
As we don't have a fix yet to link to the right translated manual,
this adds /en to the links from the help files to the manual to
make them work again.

Check with both patches applied, that the links work.
You will have to change 17.11 to 18.05.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-16 11:31:14 -03:00

13 lines
964 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Update patron records</h1>
<p>If you are allowing patrons to edit their accounts via the OPAC with the OPACPatronDetails preference then you will need to approve all changes via the staff client before they're applied. If there are patron edits awaiting action they will appear on the staff client dashboard below the modules list (along with other items awaiting action).</p>
<p>When you click the 'Patrons requesting modifications' link you will be brought to a list of patrons with requested changes.</p>
<p>From here you can 'Approve' and apply the changes to the patron record, 'Delete' and remove the changes or 'Ignore' and keep the changes pending to review later.</p>
<p><strong>See the full documentation for Updating patron records in the <a href="http://koha-community.org/manual/[% helpVersion %]/en/html/patrons.html#managing-patron-self-edits">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]