From fd0e5dcf2aa73a932578f811cb44d1121c7fed0d Mon Sep 17 00:00:00 2001 From: Lucas Gass 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