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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-4 / +4 lines)
Lines 762-786 OPAC: Link Here
762
            - pref: PatronSelfModificationMandatoryField
762
            - pref: PatronSelfModificationMandatoryField
763
              type: modalselect
763
              type: modalselect
764
              source: borrowers
764
              source: borrowers
765
              exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost
765
              exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost|flags
766
        -
766
        -
767
            - "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:"
767
            - "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:"
768
            - pref: PatronSelfRegistrationBorrowerMandatoryField
768
            - pref: PatronSelfRegistrationBorrowerMandatoryField
769
              type: modalselect
769
              type: modalselect
770
              source: borrowers
770
              source: borrowers
771
              exclusions: sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost
771
              exclusions: sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost|flags
772
        -
772
        -
773
            - "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:"
773
            - "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:"
774
            - pref: PatronSelfRegistrationBorrowerUnwantedField
774
            - pref: PatronSelfRegistrationBorrowerUnwantedField
775
              type: modalselect
775
              type: modalselect
776
              source: borrowers
776
              source: borrowers
777
              exclusions: branchcode|sort1|sort2|gonenoaddress|lost
777
              exclusions: branchcode|sort1|sort2|gonenoaddress|lost|flags
778
        -
778
        -
779
            - "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:"
779
            - "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:"
780
            - pref: PatronSelfModificationBorrowerUnwantedField
780
            - pref: PatronSelfModificationBorrowerUnwantedField
781
              type: modalselect
781
              type: modalselect
782
              source: borrowers
782
              source: borrowers
783
              exclusions: sort1|sort2|gonenoaddress|lost
783
              exclusions: sort1|sort2|gonenoaddress|lost|flags
784
        -
784
        -
785
            - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
785
            - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
786
            - pref: PatronSelfRegistrationAdditionalInstructions
786
            - pref: PatronSelfRegistrationAdditionalInstructions
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +1 lines)
Lines 231-236 Patrons: Link Here
231
         - pref: BorrowerMandatoryField
231
         - pref: BorrowerMandatoryField
232
           type: modalselect
232
           type: modalselect
233
           source: borrowers
233
           source: borrowers
234
           exclusions: flags
234
         - '<strong>NOTE:</strong> If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=autoMemberNum">autoMemberNum</a> is enabled, the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BorrowerMandatoryField">BorrowerMandatoryField</a> must not contain the field <code>cardnumber</code>.'
235
         - '<strong>NOTE:</strong> If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=autoMemberNum">autoMemberNum</a> is enabled, the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BorrowerMandatoryField">BorrowerMandatoryField</a> must not contain the field <code>cardnumber</code>.'
235
     -
236
     -
236
         - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
237
         - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
237
- 

Return to bug 32544