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/16_11/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 (-3 / +3 lines)
Lines 728-744 OPAC: Link Here
728
              class: integer
728
              class: integer
729
            - "days."
729
            - "days."
730
        -
730
        -
731
            - "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:"
731
            - "The following <a href='http://schema.koha-community.org/16_11/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
732
            - pref: PatronSelfRegistrationBorrowerMandatoryField
732
            - pref: PatronSelfRegistrationBorrowerMandatoryField
733
              class: multi
733
              class: multi
734
            - (separate columns with |)
734
            - (separate columns with |)
735
        -
735
        -
736
            - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:"
736
            - "The following <a href='http://schema.koha-community.org/16_11/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:"
737
            - pref: PatronSelfRegistrationBorrowerUnwantedField
737
            - pref: PatronSelfRegistrationBorrowerUnwantedField
738
              class: multi
738
              class: multi
739
            - (separate columns with |)
739
            - (separate columns with |)
740
        -
740
        -
741
            - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:"
741
            - "The following <a href='http://schema.koha-community.org/16_11/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:"
742
            - pref: PatronSelfModificationBorrowerUnwantedField
742
            - pref: PatronSelfModificationBorrowerUnwantedField
743
              class: multi
743
              class: multi
744
            - (separate columns with |)
744
            - (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/16_11/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/16_11/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