View | Details | Raw Unified | Return to bug 32292
Collapse All | Expand All

(-)a/Koha/Database/Columns.pm (-1 / +12 lines)
Lines 238-247 sub columns { Link Here
238
            "borrowernumber" => __("Borrower number"),
238
            "borrowernumber" => __("Borrower number"),
239
        },
239
        },
240
        biblio => {
240
        biblio => {
241
			"biblionumber"  => __("Biblio number"),
241
            "frameworkcode" => __("Framework code"),
242
            "frameworkcode" => __("Framework code"),
242
            "author"        => __("Author"),
243
            "author"        => __("Author"),
244
            "title"         => __("Title"),
245
            "medium"        => __("Medium"),
246
            "subtitle"      => __("Remainder of title"),
247
            "part_number"   => __("Number of part/section of a work"),
248
            "part_name"     => __("Name of part/section of a work"),
249
            "unititle"      => __("Uniform title"),
250
            "notes"         => __("Notes"),
251
            "serial"        => __("Is a serial?"),
252
            "seriestitle"   => __("Series title"),
253
            "copyrightdate" => __("Copyright date"),
243
            "datecreated"   => __("Creation date"),
254
            "datecreated"   => __("Creation date"),
244
            "timestamp"     => __("Modification date"),
255
            "timestamp"     => __("Modification date"),
256
            "abstract"      => __("Abstract"),
245
        },
257
        },
246
        biblioitems => {
258
        biblioitems => {
247
            "biblioitemnumber" => __("Biblioitem number"),
259
            "biblioitemnumber" => __("Biblioitem number"),
248
- 

Return to bug 32292