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

(-)a/Koha/Database/Columns.pm (-9 / +11 lines)
Lines 173-186 sub columns { Link Here
173
            "new_status"           => __("New status"),
173
            "new_status"           => __("New status"),
174
        },
174
        },
175
        statistics => {
175
        statistics => {
176
            "datetime"       => __("Statistics date and time"),
176
            "datetime"            => __("Statistics date and time"),
177
            "branch"         => __("Library"),
177
            "branch"              => __("Library"),
178
            "value"          => __("Value"),
178
            "value"               => __("Value"),
179
            "type"           => __("Type"),
179
            "type"                => __("Transaction type"),
180
            "other"          => __(""),
180
            "other"               => __("SIP mode"),
181
            "itemnumber"     => __("Item number"),
181
            "itemnumber"          => __("Item number"),
182
            "itemtype"       => __("Itemtype"),
182
            "itemtype"            => __("Koha item type"),
183
            "borrowernumber" => __("Borrower number"),
183
            "location"            => __("Shelving location"),
184
            "borrowernumber"      => __("Borrower number"),
185
            "ccode"               => __("Collection"),
186
            "categorycode"        => __("Patron category"),
184
        },
187
        },
185
        biblio => {
188
        biblio => {
186
            "frameworkcode" => __("Framework code"),
189
            "frameworkcode" => __("Framework code"),
187
- 

Return to bug 32312