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

(-)a/Koha/Database/Columns.pm (-20 / +10 lines)
Lines 242-260 sub columns { Link Here
242
            "new_status"                        => __("New status"),
242
            "new_status"                        => __("New status"),
243
            "exclude_from_local_holds_priority" => __("Exclude from local holds priority"),
243
            "exclude_from_local_holds_priority" => __("Exclude from local holds priority"),
244
        },
244
        },
245
        statistics => {
246
            "datetime"       => __("Statistics date and time"),
247
            "branch"         => __("Library"),
248
            "value"          => __("Value"),
249
            "type"           => __("Transaction type"),
250
            "other"          => __("SIP mode"),
251
            "itemnumber"     => __("Item number"),
252
            "itemtype"       => __("Koha item type"),
253
            "location"       => __("Shelving location"),
254
            "borrowernumber" => __("Borrower number"),
255
            "ccode"          => __("Collection"),
256
            "categorycode"   => __("Patron category"),
257
        },
258
        biblio => {
245
        biblio => {
259
            "abstract"      => __("Abstract"),
246
            "abstract"      => __("Abstract"),
260
            "author"        => __("Author"),
247
            "author"        => __("Author"),
Lines 300-313 sub columns { Link Here
300
            "volumedesc"       => __("Volume information"),
287
            "volumedesc"       => __("Volume information"),
301
        },
288
        },
302
        statistics => {
289
        statistics => {
303
            "borrowernumber" => __("Borrower number"),
304
            "branch"         => __("Library"),
305
            "datetime"       => __("Statistics date and time"),
290
            "datetime"       => __("Statistics date and time"),
306
            "itemnumber"     => __("Item number"),
291
            "branch"         => __("Library"),
307
            "itemtype"       => __("Itemtype"),
308
            "other"          => __(""),
309
            "type"           => __("Type"),
310
            "value"          => __("Value"),
292
            "value"          => __("Value"),
293
            "type"           => __("Transaction type"),
294
            "other"          => __("SIP mode"),
295
            "itemnumber"     => __("Item number"),
296
            "itemtype"       => __("Koha item type"),
297
            "location"       => __("Shelving location"),
298
            "borrowernumber" => __("Borrower number"),
299
            "ccode"          => __("Collection"),
300
            "categorycode"   => __("Patron category"),
301
            "interface"      => __("Interface"),
311
        },
302
        },
312
        subscription => {
303
        subscription => {
313
            "branchcode"  => __("Library"),
304
            "branchcode"  => __("Library"),
314
- 

Return to bug 36796