Bug 27210: Typo in patron-attr-types.tt
Test Plan: 1. Make sure the ExtendedPatronAttributes syspref is active 2. Go to Administration > Patron attribute types 3. Click New patron attribute type 4. Check the sentence next to the Editable in OPAC checkbox (Should say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail if set." - Notice the use of 'if set') 5. Apply Patch 6. Repeat steps 2-4 (Should now say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail is set." - Notice the use of 'is set') 7. If it says 'is set', the patch works as expected. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
9dd87e9b73
commit
c5170f8ee1
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
[% ELSE %]
|
||||
<input type="checkbox" id="opac_editable" name="opac_editable" />
|
||||
[% END %]
|
||||
<span>Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work during <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistration" target="_blank">self-registration</a> if <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationVerifyByEmail" target="_blank">PatronSelfRegistrationVerifyByEmail</a> if set.)</span>
|
||||
<span>Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work during <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistration" target="_blank">self-registration</a> if <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationVerifyByEmail" target="_blank">PatronSelfRegistrationVerifyByEmail</a> is set.)</span>
|
||||
</li>
|
||||
<li><label for="staff_searchable">Searchable: </label>
|
||||
[% IF attribute_type AND attribute_type.staff_searchable %]
|
||||
|
|
Loading…
Reference in a new issue