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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (+2 lines)
Lines 829-840 OPAC: Link Here
829
              source: borrowers
829
              source: borrowers
830
              exclusions: branchcode|sort1|sort2|gonenoaddress|lost|flags
830
              exclusions: branchcode|sort1|sort2|gonenoaddress|lost|flags
831
              inclusions: categorycode|dateexpiry
831
              inclusions: categorycode|dateexpiry
832
            - '<br /> NOTE: preferred_name will be set to firstname if not included in the form.'
832
        -
833
        -
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-modification screen:"
834
            - "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:"
834
            - pref: PatronSelfModificationBorrowerUnwantedField
835
            - pref: PatronSelfModificationBorrowerUnwantedField
835
              type: modalselect
836
              type: modalselect
836
              source: borrowers
837
              source: borrowers
837
              exclusions: sort1|sort2|gonenoaddress|lost|flags
838
              exclusions: sort1|sort2|gonenoaddress|lost|flags
839
            - '<br /> NOTE: preferred_name will be set to firstname if not included in the form. It should also be selected in <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BorrowerUnwantedField">BorrowerUnwantedField</a> if selected here.'
838
        -
840
        -
839
            - pref: PatronSelfRegistrationEmailMustBeUnique
841
            - pref: PatronSelfRegistrationEmailMustBeUnique
840
              choices:
842
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +1 lines)
Lines 283-288 Patrons: Link Here
283
           type: modalselect
283
           type: modalselect
284
           source: borrowers
284
           source: borrowers
285
           exclusions: branchcode|categorycode|flags
285
           exclusions: branchcode|categorycode|flags
286
         - '<br /> NOTE: preferred_name will be set to firstname if not included in the form. It should also be selected in <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfModificationBorrowerUnwantedField">PatronSelfModificationBorrowerUnwantedField</a> if selected here.'
286
     -
287
     -
287
         - "Borrowers can have the following titles:"
288
         - "Borrowers can have the following titles:"
288
         - pref: BorrowersTitles
289
         - pref: BorrowersTitles
289
- 

Return to bug 28633