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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-1 / +2 lines)
Lines 11-17 Acquisitions: Link Here
11
        -
11
        -
12
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/items.html' target='blank'>database columns</a> should be unique in an item:"
12
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/items.html' target='blank'>database columns</a> should be unique in an item:"
13
            - pref: UniqueItemFields
13
            - pref: UniqueItemFields
14
            - (separate columns with |)
14
              type: modalselect
15
              source: items
15
        -
16
        -
16
            - When closing or reopening a basket,
17
            - When closing or reopening a basket,
17
            - pref: BasketConfirmations
18
            - pref: BasketConfirmations
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json (+47 lines)
Line 0 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
    "paidfor": "paidfor",
32
    "timestamp": "timestamp",
33
    "location": "location",
34
    "permanent_location": "permanent_location",
35
    "onloan": "onloan",
36
    "cn_source": "cn_source",
37
    "cn_sort": "cn_sort",
38
    "ccode": "ccode",
39
    "materials": "materials",
40
    "uri": "uri",
41
    "itype": "itype",
42
    "more_subfields_xml": "more_subfields_xml",
43
    "enumchron": "enumchron",
44
    "copynumber": "copynumber",
45
    "stocknumber": "stocknumber",
46
    "new_status": "new_status"
47
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-3 / +3 lines)
Lines 45-52 Patrons: Link Here
45
     -
45
     -
46
         - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
46
         - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
47
         - pref: StatisticsFields
47
         - pref: StatisticsFields
48
           class: multi
48
           type: modalselect
49
         - "(separate fields with |, without trailing |). Default if empty: location|itype|ccode"
49
           source: items
50
         - "If empty, defaults to: location|itype|ccode"
50
     -
51
     -
51
         - pref: EnableBorrowerFiles
52
         - pref: EnableBorrowerFiles
52
           choices:
53
           choices:
53
- 

Return to bug 22844