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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-1 / +1 lines)
Lines 9-15 Acquisitions: Link Here
9
                  receiving: receiving an order.
9
                  receiving: receiving an order.
10
                  cataloguing: cataloging the record.
10
                  cataloguing: cataloging the record.
11
        -
11
        -
12
            - "The following <a href='http://schema.koha-community.org/tables/items.html' target='blank'>database columns</a> should be unique in an item:"
12
            - "The following <a href='http://schema.koha-community.org/3_22/tables/items.html' target='blank'>database columns</a> should be unique in an item:"
13
            - pref: UniqueItemFields
13
            - pref: UniqueItemFields
14
            - (separated by a space)
14
            - (separated by a space)
15
        -
15
        -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +2 lines)
Lines 677-688 OPAC: Link Here
677
              class: integer
677
              class: integer
678
            - "days."
678
            - "days."
679
        -
679
        -
680
            - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
680
            - "The following <a href='http://schema.koha-community.org/3_22/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
681
            - pref: PatronSelfRegistrationBorrowerMandatoryField
681
            - pref: PatronSelfRegistrationBorrowerMandatoryField
682
              class: multi
682
              class: multi
683
            - (separate columns with |)
683
            - (separate columns with |)
684
        -
684
        -
685
            - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
685
            - "The following <a href='http://schema.koha-community.org/3_22/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
686
            - pref: PatronSelfRegistrationBorrowerUnwantedField
686
            - pref: PatronSelfRegistrationBorrowerUnwantedField
687
              class: multi
687
              class: multi
688
            - (separate columns with |)
688
            - (separate columns with |)
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-3 / +2 lines)
Lines 24-35 Patrons: Link Here
24
               no: "Don't"
24
               no: "Don't"
25
         - default the card number field on the patron addition screen to the next available card number (for example, if the largest currently used card number is 26345000012941, then this field will default to 26345000012942).
25
         - default the card number field on the patron addition screen to the next available card number (for example, if the largest currently used card number is 26345000012941, then this field will default to 26345000012942).
26
     -
26
     -
27
         - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
27
         - "The following <a href='http://schema.koha-community.org/3_22/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
28
         - pref: BorrowerMandatoryField
28
         - pref: BorrowerMandatoryField
29
           class: multi
29
           class: multi
30
         - (separate columns with |)
30
         - (separate columns with |)
31
     -
31
     -
32
         - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
32
         - "The following <a href='http://schema.koha-community.org/3_22/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
33
         - pref: BorrowerUnwantedField
33
         - pref: BorrowerUnwantedField
34
           class: multi
34
           class: multi
35
         - (separate columns with |)
35
         - (separate columns with |)
36
- 

Return to bug 18026