Bugzilla – Attachment 133447 Details for
Bug 28633
Add a preferred name field to patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28633: (follow-up) Account for bug 29695 changes
Bug-28633-follow-up-Account-for-bug-29695-changes.patch (text/plain), 3.47 KB, created by
Martin Renvoize (ashimema)
on 2022-04-20 10:20:18 UTC
(
hide
)
Description:
Bug 28633: (follow-up) Account for bug 29695 changes
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-04-20 10:20:18 UTC
Size:
3.47 KB
patch
obsolete
>From 96e36c2bd053b534b76fc979659f7f2234044080 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 19 Apr 2022 14:44:24 +0100 >Subject: [PATCH] Bug 28633: (follow-up) Account for bug 29695 changes > >During rebase of this patchset we drop the columns.def and >borrowers.json changes introduced. > >We store this mapping in the module now, so this patch does >that. >--- > Koha/Database/Columns.pm | 1 + > .../modules/admin/preferences/borrowers.json | 60 ------------------- > 2 files changed, 1 insertion(+), 60 deletions(-) > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json > >diff --git a/Koha/Database/Columns.pm b/Koha/Database/Columns.pm >index 5fa7075de2..a050df071f 100644 >--- a/Koha/Database/Columns.pm >+++ b/Koha/Database/Columns.pm >@@ -63,6 +63,7 @@ sub columns { > "title" => __("Salutation"), > "surname" => __("Surname"), > "firstname" => __("First name"), >+ "preferred_name" => __("Preferred name"), > "dateofbirth" => __("Date of birth"), > "initials" => __("Initials"), > "othernames" => __("Other name"), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >deleted file mode 100644 >index 64336e1d6c..0000000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >+++ /dev/null >@@ -1,60 +0,0 @@ >-{ >- "cardnumber": "cardnumber", >- "surname": "surname", >- "firstname": "firstname", >- "preferred_name": "preferred_name", >- "title": "title", >- "othernames": "othernames", >- "initials": "initials", >- "streetnumber": "streetnumber", >- "streettype": "streettype", >- "address": "address", >- "address2": "address2", >- "city": "city", >- "state": "state", >- "zipcode": "zipcode", >- "country": "country", >- "email": "email", >- "phone": "phone", >- "mobile": "mobile", >- "fax": "fax", >- "emailpro": "emailpro", >- "phonepro": "phonepro", >- "B_streetnumber": "B_streetnumber", >- "B_streettype": "B_streettype", >- "B_address": "B_address", >- "B_address2": "B_address2", >- "B_city": "B_city", >- "B_state": "B_state", >- "B_zipcode": "B_zipcode", >- "B_country": "B_country", >- "B_email": "B_email", >- "B_phone": "B_phone", >- "dateofbirth": "dateofbirth", >- "dateenrolled": "dateenrolled", >- "dateexpiry": "dateexpiry", >- "branchcode": "branchcode", >- "categorycode": "categorycode", >- "contactname": "contactname", >- "contactfirstname": "contactfirstname", >- "borrowernotes": "borrowernotes", >- "sex": "sex", >- "password": "password", >- "userid": "userid", >- "opacnote": "opacnote", >- "contactnote": "contactnote", >- "altcontactfirstname": "altcontactfirstname", >- "altcontactsurname": "altcontactsurname", >- "altcontactaddress1": "altcontactaddress1", >- "altcontactaddress2": "altcontactaddress2", >- "altcontactaddress3": "altcontactaddress3", >- "altcontactstate": "altcontactstate", >- "altcontactzipcode": "altcontactzipcode", >- "altcontactcountry": "altcontactcountry", >- "altcontactphone": "altcontactphone", >- "smsalertnumber": "smsalertnumber", >- "autorenew_checkouts": "autorenew_checkouts", >- "primary_contact_method": "primary_contact_method", >- "sort1": "sort1", >- "sort2": "sort2" >-} >-- >2.20.1
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 28633
:
123008
|
123009
|
123010
|
123658
|
125497
|
125498
|
125499
|
125500
|
126591
|
128968
|
128969
|
128970
|
130000
|
130001
|
130002
|
133445
|
133446
|
133447
|
133448
|
133449
|
133450
|
133451
|
133958
|
133959
|
133960
|
133961
|
133962
|
133963
|
133964
|
133965
|
166792
|
166793
|
166794
|
166813
|
166814
|
166815
|
166816
|
166817
|
167163
|
167164
|
173628
|
173629
|
173630
|
173631
|
173632
|
173633
|
173634
|
173664
|
173665
|
173666
|
173667
|
173668
|
173669
|
173670
|
173717
|
173718
|
173719
|
173813
|
173814
|
173815
|
173816
|
173826
|
173827
|
173828
|
173829
|
173930
|
173931
|
173932
|
173933
|
173934
|
173935
|
173936
|
174419
|
174420
|
174472
|
175177