Bugzilla – Attachment 187259 Details for
Bug 40936
Add index for default patron sort order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38330: (follow-up) Add an entry for new column
9928302.patch (text/plain), 2.60 KB, created by
Kyle M Hall (khall)
on 2025-10-02 12:07:16 UTC
(
hide
)
Description:
Bug 38330: (follow-up) Add an entry for new column
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2025-10-02 12:07:16 UTC
Size:
2.60 KB
patch
obsolete
>From 99283025fc4ca0fa1c096344a47b380f75d8fe76 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 1 Oct 2025 15:09:50 +0000 >Subject: [PATCH] Bug 38330: (follow-up) Add an entry for new column > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > Koha/Database/Columns.pm | 33 +++++++++++++++++---------------- > 1 file changed, 17 insertions(+), 16 deletions(-) > >diff --git a/Koha/Database/Columns.pm b/Koha/Database/Columns.pm >index 1e19c08c5c5..284ced531f9 100644 >--- a/Koha/Database/Columns.pm >+++ b/Koha/Database/Columns.pm >@@ -257,22 +257,23 @@ sub columns { > "withdrawn_on" => __("Withdrawn on"), > }, > biblio => { >- "abstract" => __("Abstract"), >- "author" => __("Author"), >- "biblionumber" => __("Biblio number (internal)"), >- "copyrightdate" => __("Copyright date"), >- "datecreated" => __("Creation date"), >- "frameworkcode" => __("Framework code"), >- "medium" => __("Medium"), >- "notes" => __("Notes"), >- "part_name" => __("Name of part/section of a work"), >- "part_number" => __("Number of part/section of a work"), >- "serial" => __("Is a serial?"), >- "seriestitle" => __("Series title"), >- "subtitle" => __("Remainder of title"), >- "timestamp" => __("Modification date"), >- "title" => __("Title"), >- "unititle" => __("Uniform title"), >+ "abstract" => __("Abstract"), >+ "opac_suppressed" => __("Suppressed from OPAC"), >+ "author" => __("Author"), >+ "biblionumber" => __("Biblio number (internal)"), >+ "copyrightdate" => __("Copyright date"), >+ "datecreated" => __("Creation date"), >+ "frameworkcode" => __("Framework code"), >+ "medium" => __("Medium"), >+ "notes" => __("Notes"), >+ "part_name" => __("Name of part/section of a work"), >+ "part_number" => __("Number of part/section of a work"), >+ "serial" => __("Is a serial?"), >+ "seriestitle" => __("Series title"), >+ "subtitle" => __("Remainder of title"), >+ "timestamp" => __("Modification date"), >+ "title" => __("Title"), >+ "unititle" => __("Uniform title"), > }, > biblioitems => { > "agerestriction" => __("Age restriction"), >-- >2.39.5 (Apple Git-154)
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 40936
:
187258
|
187259
|
187260
|
187261
|
187262
|
187263
|
187264
|
187265
|
187266
|
187650