Bugzilla – Attachment 145855 Details for
Bug 32292
Update and add database column descriptions used in guided reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32292: Add column descriptions to biblio table
Bug-32292-Add-column-descriptions-to-biblio-table.patch (text/plain), 1.86 KB, created by
Martin Renvoize (ashimema)
on 2023-01-31 12:59:18 UTC
(
hide
)
Description:
Bug 32292: Add column descriptions to biblio table
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-01-31 12:59:18 UTC
Size:
1.86 KB
patch
obsolete
>From 1c7c7ec0303d5fb80e990b47838bafc96bad680a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 21 Nov 2022 21:49:43 +0000 >Subject: [PATCH] Bug 32292: Add column descriptions to biblio table > >This adds nice descriptions to the aqorders database columns. > >To test: >* Go to Guided reports >* Start a new report for acquisitions module >* Verify that all aqorders columns show with nice descriptions > None should be missing. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Database/Columns.pm | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/Koha/Database/Columns.pm b/Koha/Database/Columns.pm >index d092b23ab15..b533d50bf77 100644 >--- a/Koha/Database/Columns.pm >+++ b/Koha/Database/Columns.pm >@@ -238,10 +238,22 @@ sub columns { > "borrowernumber" => __("Borrower number"), > }, > biblio => { >+ "biblionumber" => __("Biblio number"), > "frameworkcode" => __("Framework code"), > "author" => __("Author"), >+ "title" => __("Title"), >+ "medium" => __("Medium"), >+ "subtitle" => __("Remainder of title"), >+ "part_number" => __("Number of part/section of a work"), >+ "part_name" => __("Name of part/section of a work"), >+ "unititle" => __("Uniform title"), >+ "notes" => __("Notes"), >+ "serial" => __("Is a serial?"), >+ "seriestitle" => __("Series title"), >+ "copyrightdate" => __("Copyright date"), > "datecreated" => __("Creation date"), > "timestamp" => __("Modification date"), >+ "abstract" => __("Abstract"), > }, > biblioitems => { > "biblioitemnumber" => __("Biblioitem number"), >-- >2.39.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 32292
:
144137
|
144138
|
144139
|
144140
|
144141
|
144410
|
144411
|
144412
|
144413
|
144414
|
145853
|
145854
| 145855 |
145856
|
145857
|
145868