https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40699 --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Andrew Fuerste-Henry from comment #7)
(In reply to Jonathan Druart from comment #5)
Andrew, I found other places: * Create/edit a course * Course list
Can you test and confirm it is needed as well please? :)
Those places both look good! They reminded me to go look at the OPAC, where we show firstname rather then preferred_name in both the course list and the course details. I'll aim to get back there and add those, but if you beat me to it and assign the bug to yourself, I'll be happy to sign off on it. Thanks!
I would suggest to do that on a separate bug report, because of commit 4dba088549d1add43cfd575ebdd3d21689c4a700 Bug 15699 - Course reserves instructors should be in form "Surname, Firstname" for sorting purposes and this code in ./opac-course-reserves.tt 63 ><span class="inst_surname">[% i.surname | html %]</span>[% IF i.firstname %]<span class="instr_separator">, </span><span class="instr_firstname">[% i.firstname | html %]</span>[% END %]</div -- You are receiving this mail because: You are watching all bug changes.