@@ -, +, @@ batch edit template - Category => Patron category (more specific for translation) - Attribute => Patron attribute - Opac Note => OPAC note - Add missing colons (:) after some of the labels - Find an existing cardnumber - Go to Tools > Patron batch modification - Use cardnumber in input field and continue - Verify strings show as noted above - Apply patch - Repeat and verify strings have changed, everything still works --- .../intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -140,7 +140,7 @@ Surname First name Library - Category + Patron category City State ZIP/Postal code @@ -148,7 +148,7 @@ Registration date Expiry date Circulation note - Opac Note + OPAC note Restriction expiration Restriction comment [% FOREACH attrh IN attributes_header %] @@ -212,15 +212,15 @@ [% CASE 'branchcode' %] Library: [% CASE 'categorycode' %] - Category + Patron category: [% CASE 'city' %] - City + City: [% CASE 'state' %] - State + State: [% CASE 'zipcode' %] - ZIP/Postal code + ZIP/Postal code: [% CASE 'country' %] - Country + Country: [% CASE 'sort1' %] Sort 1: [% CASE 'sort2' %] @@ -267,7 +267,7 @@ [% END %] [% IF ( patron_attributes_codes ) %]
  • -