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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-2 / +2 lines)
Lines 9-17 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 database columns should be unique in an item:"
13
            - pref: UniqueItemFields
13
            - pref: UniqueItemFields
14
            - (separated by a space)
14
            - (separated by a space) <a href='http://schema.koha-community.org/master/tables/items.html' target='blank'>Database Schema</a>
15
        -
15
        -
16
            - When closing or reopening a basket,
16
            - When closing or reopening a basket,
17
            - pref: BasketConfirmations
17
            - pref: BasketConfirmations
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-6 / +6 lines)
Lines 728-747 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 database columns 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 |) <a href='http://schema.koha-community.org/master/tables/borrowers.html' target='blank'>Database schema</a>
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 database columns 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 |) <a href='http://schema.koha-community.org/master/tables/borrowers.html' target='blank'>Database schema</a>
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 database columns 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 href='http://schema.koha-community.org/master/tables/borrowers.html' target='blank'>Database schema</a>
745
        -
745
        -
746
            - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
746
            - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
747
            - pref: PatronSelfRegistrationAdditionalInstructions
747
            - pref: PatronSelfRegistrationAdditionalInstructions
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-5 / +4 lines)
Lines 24-38 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 database columns 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 |) <a href='http://schema.koha-community.org/master/tables/borrowers.html' target='blank'>Database schema</a>
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 database columns 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 |)  <a href='http://schema.koha-community.org/master/tables/borrowers.html' target='blank'>Database schema</a>
36
     -
36
     -
37
         - "Guarantors can be the following of those they guarantee:"
37
         - "Guarantors can be the following of those they guarantee:"
38
         - pref: borrowerRelationship
38
         - pref: borrowerRelationship
39
- 

Return to bug 18026