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_05/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 696-712 OPAC: Link Here
696
              class: integer
696
              class: integer
697
            - "days."
697
            - "days."
698
        -
698
        -
699
            - "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:"
699
            - "The following <a href='http://schema.koha-community.org/16_05/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
700
            - pref: PatronSelfRegistrationBorrowerMandatoryField
700
            - pref: PatronSelfRegistrationBorrowerMandatoryField
701
              class: multi
701
              class: multi
702
            - (separate columns with |)
702
            - (separate columns with |)
703
        -
703
        -
704
            - "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:"
704
            - "The following <a href='http://schema.koha-community.org/16_05/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:"
705
            - pref: PatronSelfRegistrationBorrowerUnwantedField
705
            - pref: PatronSelfRegistrationBorrowerUnwantedField
706
              class: multi
706
              class: multi
707
            - (separate columns with |)
707
            - (separate columns with |)
708
        -
708
        -
709
            - "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:"
709
            - "The following <a href='http://schema.koha-community.org/16_05/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:"
710
            - pref: PatronSelfModificationBorrowerUnwantedField
710
            - pref: PatronSelfModificationBorrowerUnwantedField
711
              class: multi
711
              class: multi
712
            - (separate columns with |)
712
            - (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_05/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_05/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