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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-16 / +4 lines)
Lines 56-77 Patrons: Link Here
56
           class: integer
56
           class: integer
57
         - results per page in the staff interface.
57
         - results per page in the staff interface.
58
     -
58
     -
59
         - "Comma separated list defining the default fields to be used during a patron search using the \"standard\" option in the patrons or circulation module:"
59
         - "Pipe separated list defining the default fields to be used during a patron search using the \"standard\" option in the patrons or circulation module:"
60
         - pref: DefaultPatronSearchFields
60
         - pref: DefaultPatronSearchFields
61
           multiple:
61
           type: modalselect
62
             firstname: "First name"
62
           source: borrowers
63
             middle_name: "Middle name"
63
           exclusions: anonymized|auth_method|autorenew_checkouts|date_renewed|dateenrolled|dateexpiry|lang|lastseen|login_attempts|overdrive_auth_token|password|password_expiration_date|primary_contact_method|gonenoaddress|lost|debarred|debarredcomment|branchcode|categorycode|flags|guarantorid|relationship|privacy|privacy_guarantor_checkouts|privacy_guarantor_fines|pronouns|secret|sms_provider_id|updated_on|checkprevcheckout
64
             surname: "Last name"
65
             othernames: "Other names"
66
             cardnumber: "Cardnumber"
67
             userid: "Username"
68
             email: "Primary email"
69
             emailpro: "Secondary email"
70
             phone: "Primary phone"
71
             phonepro: "Secondary phone"
72
             mobile: "Mobile phone"
73
             smsalertnumber: "Secondary mobile phone"
74
             zipcode: "ZIP/Postal code"
75
         - "If empty Koha will default to \"firstname,middle_name,surname,othernames,cardnumber,userid\". Additional fields added to this preference will be added as search options in the dropdown menu on the patron search page."
64
         - "If empty Koha will default to \"firstname,middle_name,surname,othernames,cardnumber,userid\". Additional fields added to this preference will be added as search options in the dropdown menu on the patron search page."
76
     -
65
     -
77
         - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
66
         - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
78
- 

Return to bug 29822