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

(-)a/Koha/Database/Columns.pm (+1 lines)
Lines 63-68 sub columns { Link Here
63
            "title"               => __("Salutation"),
63
            "title"               => __("Salutation"),
64
            "surname"             => __("Surname"),
64
            "surname"             => __("Surname"),
65
            "firstname"           => __("First name"),
65
            "firstname"           => __("First name"),
66
            "preferred_name"      => __("Preferred name"),
66
            "dateofbirth"         => __("Date of birth"),
67
            "dateofbirth"         => __("Date of birth"),
67
            "initials"            => __("Initials"),
68
            "initials"            => __("Initials"),
68
            "othernames"          => __("Other name"),
69
            "othernames"          => __("Other name"),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json (-61 lines)
Lines 1-60 Link Here
1
{
2
    "cardnumber": "cardnumber",
3
    "surname": "surname",
4
    "firstname": "firstname",
5
    "preferred_name": "preferred_name",
6
    "title": "title",
7
    "othernames": "othernames",
8
    "initials": "initials",
9
    "streetnumber": "streetnumber",
10
    "streettype": "streettype",
11
    "address": "address",
12
    "address2": "address2",
13
    "city": "city",
14
    "state": "state",
15
    "zipcode": "zipcode",
16
    "country": "country",
17
    "email": "email",
18
    "phone": "phone",
19
    "mobile": "mobile",
20
    "fax": "fax",
21
    "emailpro": "emailpro",
22
    "phonepro": "phonepro",
23
    "B_streetnumber": "B_streetnumber",
24
    "B_streettype": "B_streettype",
25
    "B_address": "B_address",
26
    "B_address2": "B_address2",
27
    "B_city": "B_city",
28
    "B_state": "B_state",
29
    "B_zipcode": "B_zipcode",
30
    "B_country": "B_country",
31
    "B_email": "B_email",
32
    "B_phone": "B_phone",
33
    "dateofbirth": "dateofbirth",
34
    "dateenrolled": "dateenrolled",
35
    "dateexpiry": "dateexpiry",
36
    "branchcode": "branchcode",
37
    "categorycode": "categorycode",
38
    "contactname": "contactname",
39
    "contactfirstname": "contactfirstname",
40
    "borrowernotes": "borrowernotes",
41
    "sex": "sex",
42
    "password": "password",
43
    "userid": "userid",
44
    "opacnote": "opacnote",
45
    "contactnote": "contactnote",
46
    "altcontactfirstname": "altcontactfirstname",
47
    "altcontactsurname": "altcontactsurname",
48
    "altcontactaddress1": "altcontactaddress1",
49
    "altcontactaddress2": "altcontactaddress2",
50
    "altcontactaddress3": "altcontactaddress3",
51
    "altcontactstate": "altcontactstate",
52
    "altcontactzipcode": "altcontactzipcode",
53
    "altcontactcountry": "altcontactcountry",
54
    "altcontactphone": "altcontactphone",
55
    "smsalertnumber": "smsalertnumber",
56
    "autorenew_checkouts": "autorenew_checkouts",
57
    "primary_contact_method": "primary_contact_method",
58
    "sort1": "sort1",
59
    "sort2": "sort2"
60
}
61
- 

Return to bug 28633