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

(-)a/Koha/Database/Columns.pm (-14 / +29 lines)
Lines 166-184 sub columns { Link Here
166
            "sort2"               => __("Sort 2"),
166
            "sort2"               => __("Sort 2"),
167
            "dateenrolled"        => __("Registration date"),
167
            "dateenrolled"        => __("Registration date"),
168
            "dateexpiry"          => __("Expiry date"),
168
            "dateexpiry"          => __("Expiry date"),
169
            "opacnote"            => __("OPAC note"),
169
            "password_expiration_date"    => __("Password expiration date"),
170
            "borrowernotes"       => __("Circulation note"),
170
            "date_renewed"                => __("Account renewal date"),
171
            "userid"              => __("Username"),
171
            "opacnote"                    => __("OPAC note"),
172
            "password"            => __("Password"),
172
            "borrowernotes"               => __("Circulation note"),
173
            "flags"               => __("System permissions"),
173
            "userid"                      => __("Username"),
174
            "gonenoaddress"       => __("Gone no address flag"),
174
            "password"                    => __("Password"),
175
            "lost"                => __("Lost card flag"),
175
            "secret"                      => __("Secret (2FA)"),
176
            "debarred"            => __("Restricted [until] flag"),
176
            "auth_method"                 => __("Authentication method"),
177
            "debarredcomment"     => __("Comment"),
177
            "flags"                       => __("System permissions"),
178
            "smsalertnumber"      => __("Mobile phone number"),
178
            "gonenoaddress"               => __("Gone no address flag"),
179
            "privacy"             => __("Privacy settings"),
179
            "lost"                        => __("Lost card flag"),
180
            "autorenew_checkouts" => __("Allow auto-renewals"),
180
            "debarred"                    => __("Restricted [until] flag"),
181
        },
181
            "debarredcomment"             => __("Comment"),
182
            "smsalertnumber"              => __("Mobile phone number"),
183
            "sms_provider_id"             => __("SMS provier ID (internal)"),
184
            "privacy"                     => __("Privacy settings"),
185
            "privacy_guarantor_fines"     => __("Show fines to guarantor"),
186
            "privacy_guarantor_checkouts" => __("Show checkouts to guarantor"),
187
            "checkprevcheckout"           => __("Check for previous checkouts"),
188
            "updated_on"                  => __("Last update date"),
189
            "lastseen"                    => __("Last activity date"),
190
            "lang"                   => __("Preferred language for notices"),
191
            "login_attempts"         => __("Number of failed login attempts"),
192
            "overdrive_auth_token"   => __("Overdrive auth token"),
193
            "anonymized"             => __("Data anonymization flag"),
194
            "autorenew_checkouts"    => __("Allow auto-renewals"),
195
            "primary_contact_method" => __("Primary contact method"),
196
          },
197
182
        items => {
198
        items => {
183
            "itemnumber"           => __("Item number (internal)"),
199
            "itemnumber"           => __("Item number (internal)"),
184
            "biblionumber"         => __("Biblio number (internal)"),
200
            "biblionumber"         => __("Biblio number (internal)"),
185
- 

Return to bug 32292