Bugzilla – Attachment 187200 Details for
Bug 38330
Make bib-level suppression a biblio table field instead of part of a MARC tag
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
Bug-38330-follow-up-Add-an-entry-for-new-column.patch (text/plain), 2.53 KB, created by
Lucas Gass (lukeg)
on 2025-10-01 15:10:27 UTC
(
hide
)
Description:
Bug 38330: (follow-up) Add an entry for new column
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-10-01 15:10:27 UTC
Size:
2.53 KB
patch
obsolete
>From fd0e5dcf2aa73a932578f811cb44d1121c7fed0d 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 > >--- > 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
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 38330
:
175648
|
175649
|
175650
|
175651
|
175767
|
175768
|
175769
|
175770
|
179335
|
179336
|
179337
|
179338
|
179339
|
179340
|
179341
|
182094
|
182095
|
182096
|
182097
|
182098
|
182099
|
182100
|
182101
|
182102
|
182135
|
182136
|
182137
|
182138
|
182139
|
182140
|
182141
|
182142
|
182143
|
182144
|
182145
|
186697
|
186698
|
186699
|
186700
|
186701
|
186702
|
186703
|
186704
|
186705
|
186706
|
186707
|
187093
|
187194
| 187200