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

(-)a/Koha/Database/Columns.pm (-3 / +2 lines)
Lines 152-159 sub columns { Link Here
152
            "categorycode"                => __("Patron category"),
152
            "categorycode"                => __("Patron category"),
153
            "checkprevcheckout"           => __("Check for previous checkouts"),
153
            "checkprevcheckout"           => __("Check for previous checkouts"),
154
            "city"                        => __("City"),
154
            "city"                        => __("City"),
155
            "contactfirstname"            => __("Alternate contact: First name"),
155
            "contactfirstname"            => __("Guarantor first name"),
156
            "contactname"                 => __("Alternate contact: Surname"),
156
            "contactname"                 => __("Guarantor surname"),
157
            "contactnote"                 => __("Alternate contact: Note"),
157
            "contactnote"                 => __("Alternate contact: Note"),
158
            "contacttitle"                => __("Alternate contact: Title"),
158
            "contacttitle"                => __("Alternate contact: Title"),
159
            "country"                     => __("Country"),
159
            "country"                     => __("Country"),
160
- 

Return to bug 41752