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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json (-59 lines)
Lines 1-59 Link Here
1
{
2
    "cardnumber": "cardnumber",
3
    "surname": "surname",
4
    "firstname": "firstname",
5
    "title": "title",
6
    "othernames": "othernames",
7
    "initials": "initials",
8
    "streetnumber": "streetnumber",
9
    "streettype": "streettype",
10
    "address": "address",
11
    "address2": "address2",
12
    "city": "city",
13
    "state": "state",
14
    "zipcode": "zipcode",
15
    "country": "country",
16
    "email": "email",
17
    "phone": "phone",
18
    "mobile": "mobile",
19
    "fax": "fax",
20
    "emailpro": "emailpro",
21
    "phonepro": "phonepro",
22
    "B_streetnumber": "B_streetnumber",
23
    "B_streettype": "B_streettype",
24
    "B_address": "B_address",
25
    "B_address2": "B_address2",
26
    "B_city": "B_city",
27
    "B_state": "B_state",
28
    "B_zipcode": "B_zipcode",
29
    "B_country": "B_country",
30
    "B_email": "B_email",
31
    "B_phone": "B_phone",
32
    "dateofbirth": "dateofbirth",
33
    "dateenrolled": "dateenrolled",
34
    "dateexpiry": "dateexpiry",
35
    "branchcode": "branchcode",
36
    "categorycode": "categorycode",
37
    "contactname": "contactname",
38
    "contactfirstname": "contactfirstname",
39
    "borrowernotes": "borrowernotes",
40
    "sex": "sex",
41
    "password": "password",
42
    "userid": "userid",
43
    "opacnote": "opacnote",
44
    "contactnote": "contactnote",
45
    "altcontactfirstname": "altcontactfirstname",
46
    "altcontactsurname": "altcontactsurname",
47
    "altcontactaddress1": "altcontactaddress1",
48
    "altcontactaddress2": "altcontactaddress2",
49
    "altcontactaddress3": "altcontactaddress3",
50
    "altcontactstate": "altcontactstate",
51
    "altcontactzipcode": "altcontactzipcode",
52
    "altcontactcountry": "altcontactcountry",
53
    "altcontactphone": "altcontactphone",
54
    "smsalertnumber": "smsalertnumber",
55
    "autorenew_checkouts": "autorenew_checkouts",
56
    "primary_contact_method": "primary_contact_method",
57
    "sort1": "sort1",
58
    "sort2": "sort2"
59
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json (-46 lines)
Lines 1-46 Link Here
1
{
2
    "itemnumber": "itemnumber",
3
    "biblionumber": "biblionumber",
4
    "biblioitemnumber": "biblioitemnumber",
5
    "barcode": "barcode",
6
    "dateaccessioned": "dateaccessioned",
7
    "booksellerid": "booksellerid",
8
    "homebranch": "homebranch",
9
    "price": "price",
10
    "replacementprice": "replacementprice",
11
    "replacementpricedate": "replacementpricedate",
12
    "datelastborrowed": "datelastborrowed",
13
    "datelastseen": "datelastseen",
14
    "stack": "stack",
15
    "notforloan": "notforloan",
16
    "damaged": "damaged",
17
    "damaged_on": "damaged_on",
18
    "itemlost": "itemlost",
19
    "itemlost_on": "itemlost_on",
20
    "withdrawn": "withdrawn",
21
    "withdrawn_on": "withdrawn_on",
22
    "itemcallnumber": "itemcallnumber",
23
    "coded_location_qualifier": "coded_location_qualifier",
24
    "issues": "issues",
25
    "renewals": "renewals",
26
    "reserves": "reserves",
27
    "restricted": "restricted",
28
    "itemnotes": "itemnotes",
29
    "itemnotes_nonpublic": "itemnotes_nonpublic",
30
    "holdingbranch": "holdingbranch",
31
    "timestamp": "timestamp",
32
    "location": "location",
33
    "permanent_location": "permanent_location",
34
    "onloan": "onloan",
35
    "cn_source": "cn_source",
36
    "cn_sort": "cn_sort",
37
    "ccode": "ccode",
38
    "materials": "materials",
39
    "uri": "uri",
40
    "itype": "itype",
41
    "more_subfields_xml": "more_subfields_xml",
42
    "enumchron": "enumchron",
43
    "copynumber": "copynumber",
44
    "stocknumber": "stocknumber",
45
    "new_status": "new_status"
46
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/suggestions.json (-15 lines)
Lines 1-14 Link Here
1
{
2
    "title": "title",
3
    "author": "author",
4
    "copyrightdate": "copyrightdate",
5
    "isbn": "isbn",
6
    "publishercode": "publishercode",
7
    "collectiontitle": "collectiontitle",
8
    "place": "place",
9
    "quantity": "quantity",
10
    "itemtype": "itemtype",
11
    "branchcode": "branchcode",
12
    "patronreason": "patronreason",
13
    "note": "note"
14
}
15
- 

Return to bug 29695