https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41780 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #33 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Currently Koha handles populating the preferred/first name in the Patron store routine, so the API handles it correctly as far as I can tell. This patch optionally adds DB triggers. I am not against handling this with triggers, but if we want to go that route, we should do it as a DB update, and not an optional script for consistency. This patch also changes the way preferred/first name displays as David notes - this should be its own separate bug, and likely syspref controlled, as the intention of preferred name was not to display first name in most cases. You can look into moving your script into a standard DB update by copying: installer/data/mysql/atomicupdate/skeleton.pl -- You are receiving this mail because: You are watching all bug changes.