https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28633
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Text to go in the|This patch adds a new |This new feature adds a new release notes|column to the borrowers |"Preferred name" field to |table, 'preferred_name'. |patron information. This is |This will be visible in |visible in staff and OPAC |staff and OPAC patron forms |patron forms by default. |by default. This column | |takes precedence in display |Notes: |and will show where patrons |1. The "Preferred |are displayed throughout |name" field takes |Koha. If not populated or |precedence, and is |field is hidden, the first |displayed where patron |name will be copied into |names are displayed |the preferred name field |throughout Koha. |for display. Use of |2. If the |'firstname' in notices and |"Preferred name" field has |other templates will |no value, or it is hidden, |continue to display the |the first name will be |first name, switching to |displayed. |'preferred_name' will |3. Notices: Use |display the new field. |of 'firstname' in notices |When |and other templates will |hiding this field, it |continue to display the |should be hidden in all |first name, using |interfaces to avoid any |'preferred_name' will |discrepancies or confusion. |display the patron's | |preferred name. | |4. Hiding | |fields: When hiding this | |field, it should be hidden | |in all interfaces to avoid | |any discrepancies or | |confusion | |(BorrowerUnwantedField, | |PatronSelfModificationBorro | |werUnwantedField, | |PatronSelfRegistrationBorro | |werUnwantedField, | |PatronSelfModificationManda | |toryField, | |PatronSelfRegistrationBorro | |werMandatoryField). -- 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/
