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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json (-1 / +3 lines)
Lines 52-56 Link Here
52
    "altcontactcountry": "altcontactcountry",
52
    "altcontactcountry": "altcontactcountry",
53
    "altcontactphone": "altcontactphone",
53
    "altcontactphone": "altcontactphone",
54
    "smsalertnumber": "smsalertnumber",
54
    "smsalertnumber": "smsalertnumber",
55
    "primary_contact_method": "primary_contact_method"
55
    "primary_contact_method": "primary_contact_method",
56
    "sort1": "sort1",
57
    "sort2": "sort2"
56
}
58
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +3 lines)
Lines 828-844 OPAC: Link Here
828
            - pref: PatronSelfRegistrationBorrowerMandatoryField
828
            - pref: PatronSelfRegistrationBorrowerMandatoryField
829
              type: modalselect
829
              type: modalselect
830
              source: borrowers
830
              source: borrowers
831
              exclusions: sort1|sort2
831
        -
832
        -
832
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:"
833
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:"
833
            - pref: PatronSelfRegistrationBorrowerUnwantedField
834
            - pref: PatronSelfRegistrationBorrowerUnwantedField
834
              type: modalselect
835
              type: modalselect
835
              source: borrowers
836
              source: borrowers
836
              exclusions: branchcode
837
              exclusions: branchcode|sort1|sort2
837
        -
838
        -
838
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:"
839
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:"
839
            - pref: PatronSelfModificationBorrowerUnwantedField
840
            - pref: PatronSelfModificationBorrowerUnwantedField
840
              type: modalselect
841
              type: modalselect
841
              source: borrowers
842
              source: borrowers
843
              exclusions: sort1|sort2
842
        -
844
        -
843
            - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
845
            - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
844
            - pref: PatronSelfRegistrationAdditionalInstructions
846
            - pref: PatronSelfRegistrationAdditionalInstructions
845
- 

Return to bug 28936