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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2022-11-21 21:49:43 +00:00 committed by Tomas Cohen Arazi
parent a07ee68f43
commit ef7634ba92
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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"),