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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-12 lines)
Lines 19-36 Circulation: Link Here
19
                  0: "Don't enable"
19
                  0: "Don't enable"
20
            - the automatic redirection to another patron when a patron barcode is scanned instead of a book.
20
            - the automatic redirection to another patron when a patron barcode is scanned instead of a book.
21
            - This should not be enabled if you have overlapping patron and book barcodes.
21
            - This should not be enabled if you have overlapping patron and book barcodes.
22
        -
23
            - pref: LogInvalidPatrons
24
              choices:
25
                  yes: Log
26
                  no: Do not log
27
            - scanned invalid patron identifiers as statistics.
28
        -
29
            - pref: LogInvalidItems
30
              choices:
31
                  yes: Log
32
                  no: Do not log
33
            - scanned invalid item identifiers as statistics.
34
        -
22
        -
35
            - pref: PatronAutoComplete
23
            - pref: PatronAutoComplete
36
              choices:
24
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref (-2 / +13 lines)
Lines 114-120 Logging: Link Here
114
                  1: Log
114
                  1: Log
115
                  0: "Don't log"
115
                  0: "Don't log"
116
            - any actions on recalls (create, cancel, expire, fulfill).
116
            - any actions on recalls (create, cancel, expire, fulfill).
117
117
    Scans:
118
        -
119
            - pref: LogInvalidPatrons
120
              choices:
121
                  1: Log
122
                  0: Do not log
123
            - scanned invalid patron identifiers as statistics.
124
        -
125
            - pref: LogInvalidItems
126
              choices:
127
                  1: Log
128
                  0: Do not log
129
            - scanned invalid item identifiers as statistics.
118
    Debugging:
130
    Debugging:
119
        -
131
        -
120
            - "When logging actions, store a stack trace that goes at most"
132
            - "When logging actions, store a stack trace that goes at most"
121
- 

Return to bug 16117