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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-5 / +4 lines)
Lines 811-835 OPAC: Link Here
811
            - pref: PatronSelfModificationMandatoryField
811
            - pref: PatronSelfModificationMandatoryField
812
              type: modalselect
812
              type: modalselect
813
              source: borrowers
813
              source: borrowers
814
              exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes
814
              exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost
815
        -
815
        -
816
            - "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:"
816
            - "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:"
817
            - pref: PatronSelfRegistrationBorrowerMandatoryField
817
            - pref: PatronSelfRegistrationBorrowerMandatoryField
818
              type: modalselect
818
              type: modalselect
819
              source: borrowers
819
              source: borrowers
820
              exclusions: sort1|sort2|opacnote|borrowernotes
820
              exclusions: sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost
821
        -
821
        -
822
            - "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:"
822
            - "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:"
823
            - pref: PatronSelfRegistrationBorrowerUnwantedField
823
            - pref: PatronSelfRegistrationBorrowerUnwantedField
824
              type: modalselect
824
              type: modalselect
825
              source: borrowers
825
              source: borrowers
826
              exclusions: branchcode|sort1|sort2
826
              exclusions: branchcode|sort1|sort2|gonenoaddress|lost
827
        -
827
        -
828
            - "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:"
828
            - "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:"
829
            - pref: PatronSelfModificationBorrowerUnwantedField
829
            - pref: PatronSelfModificationBorrowerUnwantedField
830
              type: modalselect
830
              type: modalselect
831
              source: borrowers
831
              source: borrowers
832
              exclusions: sort1|sort2
832
              exclusions: sort1|sort2|gonenoaddress|lost
833
        -
833
        -
834
            - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
834
            - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
835
            - pref: PatronSelfRegistrationAdditionalInstructions
835
            - pref: PatronSelfRegistrationAdditionalInstructions
836
- 

Return to bug 31562