https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28633
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This new feature adds a new |This new feature adds a new release notes|"Preferred name" field to |"Preferred name" field to |patron information. This is |patron information. This is |visible in staff and OPAC |visible in staff and OPAC |patron forms by default. |patron forms by default. | | |Notes: |Notes: |1. The "Preferred |1. The "Preferred |name" field takes |name" field takes |precedence, and is |precedence, and is |displayed where patron |displayed where patron |names are displayed |names are displayed |throughout Koha. |throughout Koha. |2. If the |2. If the |"Preferred name" field has |"Preferred name" field has |no value, or it is hidden, |no value, or it is hidden, |the first name will be |the first name is |displayed. |displayed. |3. Notices: Use |3. Notices: Use |of 'firstname' in notices |of 'firstname' in notices |and other templates will |and other templates will |continue to display the |continue to display the |first name, using |first name. Use |'preferred_name' will |'preferred_name' to display |display the patron's |the patron's preferred |preferred name. |name. |4. Hiding |4. Hiding fields: |fields: When hiding this |When hiding the preferred |field, it should be hidden |name field, hide it in all |in all interfaces to avoid |interfaces to avoid any |any discrepancies or |discrepancies or confusion |confusion |(BorrowerUnwantedField, |(BorrowerUnwantedField, |PatronSelfModificationBorro |PatronSelfModificationBorro |werUnwantedField, |werUnwantedField, |PatronSelfRegistrationBorro |PatronSelfRegistrationBorro |werUnwantedField, |werUnwantedField, |PatronSelfModificationManda |PatronSelfModificationManda |toryField, |toryField, |PatronSelfRegistrationBorro |PatronSelfRegistrationBorro |werMandatoryField). |werMandatoryField). |5. | |Patron autocomplete: Add or | |remove fields to search | |using the | |DefaultPatronSearchFields | |system preference - if your | |current installation uses | |firstname, then this should | |automatically be updated to | |include preferred_name (and | |is in the default settings | |for new installations). --- Comment #135 from David Nind <[email protected]> --- See the chat discussion about the sample data used by KTD - it is currently only displaying the surname in patron search results, patron page, and wherever the patron name is displayed in Koha. Chat discussion: https://chat.koha-community.org/koha-community/pl/xqhc3c8g7tdu38fyp971z4oiqa I'm also unsure about patron autocomplete and DefaultPatronSearchFields in KTD, as it doesn't include preferred_name by default when it is started up. The assumption is that the database update will take care of things for existing installations, unless I have misunderstood: - Preferred name field added to patron information - Patron autocomplete: preferred_name added to DefaultPatronSearchFields -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
