Bugzilla – Attachment 192321 Details for
Bug 41752
Guarantor first name and guarantor surname mislabeled in system preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41752: label concactfirstname and contactname as Guarantor first name and Guarantor surname
Bug-41752-label-concactfirstname-and-contactname-a.patch (text/plain), 2.13 KB, created by
Andrew Fuerste-Henry
on 2026-02-02 14:08:41 UTC
(
hide
)
Description:
Bug 41752: label concactfirstname and contactname as Guarantor first name and Guarantor surname
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2026-02-02 14:08:41 UTC
Size:
2.13 KB
patch
obsolete
>From 2bd5886d038cd903f692f90bdfaeb175758cf090 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Mon, 2 Feb 2026 14:02:00 +0000 >Subject: [PATCH] Bug 41752: label concactfirstname and contactname as > Guarantor first name and Guarantor surname > >This change impacts the display of patron fields listed in system preferences: >BorrowerMandatoryField >BorrowerUnwantedField >PatronSelfModificationBorrowerUnwantedField >PatronSelfRegistrationBorrowerMandatoryField >PatronSelfRegistrationBorrowerUnwantedField > >To test: >1 - confirm that the sysprefs listed above include "Alternate contact: First name (contactfirstname)" and "Alternate contact: Surname (contactname)" >2 - confirm that toggling the display of these fields hides/shows the Guarantor first name and Guarantor surname fields in a patron record >3 - apply patch, restart_all >4 - confirm that sysprefs now show "Guarantor first name (contactfirstname)" and "Guarnator surname (contactname)" >5 - confirm toggling the display of these fields still hides/shows the correct fields in a patron record in the staff client, in self-ref, and in OPAC self-modification >--- > Koha/Database/Columns.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Database/Columns.pm b/Koha/Database/Columns.pm >index 284ced531f9..13a232859c3 100644 >--- a/Koha/Database/Columns.pm >+++ b/Koha/Database/Columns.pm >@@ -152,8 +152,8 @@ sub columns { > "categorycode" => __("Patron category"), > "checkprevcheckout" => __("Check for previous checkouts"), > "city" => __("City"), >- "contactfirstname" => __("Alternate contact: First name"), >- "contactname" => __("Alternate contact: Surname"), >+ "contactfirstname" => __("Guarantor first name"), >+ "contactname" => __("Guarantor surname"), > "contactnote" => __("Alternate contact: Note"), > "contacttitle" => __("Alternate contact: Title"), > "country" => __("Country"), >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41752
: 192321