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

(-)a/Koha/Database/Columns.pm (-9 / +11 lines)
Lines 246-259 sub columns { Link Here
246
            "exclude_from_local_holds_priority" => __("Exclude from local holds priority"),
246
            "exclude_from_local_holds_priority" => __("Exclude from local holds priority"),
247
        },
247
        },
248
        statistics => {
248
        statistics => {
249
            "datetime"       => __("Statistics date and time"),
249
            "datetime"            => __("Statistics date and time"),
250
            "branch"         => __("Library"),
250
            "branch"              => __("Library"),
251
            "value"          => __("Value"),
251
            "value"               => __("Value"),
252
            "type"           => __("Type"),
252
            "type"                => __("Transaction type"),
253
            "other"          => __(""),
253
            "other"               => __("SIP mode"),
254
            "itemnumber"     => __("Item number"),
254
            "itemnumber"          => __("Item number"),
255
            "itemtype"       => __("Itemtype"),
255
            "itemtype"            => __("Koha item type"),
256
            "borrowernumber" => __("Borrower number"),
256
            "location"            => __("Shelving location"),
257
            "borrowernumber"      => __("Borrower number"),
258
            "ccode"               => __("Collection"),
259
            "categorycode"        => __("Patron category"),
257
        },
260
        },
258
        biblio => {
261
        biblio => {
259
			"biblionumber"  => __("Biblio number"),
262
			"biblionumber"  => __("Biblio number"),
260
- 

Return to bug 32312