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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-3 / +2 lines)
Lines 822-834 OPAC: Link Here
822
            - pref: PatronSelfModificationMandatoryField
822
            - pref: PatronSelfModificationMandatoryField
823
              type: modalselect
823
              type: modalselect
824
              source: borrowers
824
              source: borrowers
825
              exclusions: password|cardnumber|dateexpiry|categorycode
825
              exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes
826
        -
826
        -
827
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
827
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
828
            - pref: PatronSelfRegistrationBorrowerMandatoryField
828
            - pref: PatronSelfRegistrationBorrowerMandatoryField
829
              type: modalselect
829
              type: modalselect
830
              source: borrowers
830
              source: borrowers
831
              exclusions: sort1|sort2
831
              exclusions: sort1|sort2|opacnote|borrowernotes
832
        -
832
        -
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
            - "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:"
834
            - pref: PatronSelfRegistrationBorrowerUnwantedField
834
            - pref: PatronSelfRegistrationBorrowerUnwantedField
835
- 

Return to bug 13188