https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41780
--- Comment #13 from Ayoub Glizi-Vicioso <[email protected]> --- (In reply to David Nind from comment #9) > (In reply to David Nind from comment #4) > > Hi Ayoub. > > > > This didn't work for me - the first name doesn't display in step 7. > > > > I restarted everything after applying the patch, and also cleared the > > browser cache. > > > > I retested - the first name is still not showing for me on the patron's > detail page. Hi David, I have updated the patch. What has changed: Instead of relying on the Perl override in Koha/Patron.pm, I have moved the fallback logic directly into the template: koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc. Note: I suspect the previous failure might have been caused by the old Perl logic or the previous version of the templates remaining in memory. Could you please confirm if you are running Plack? If so, a Plack restart might be necessary after applying this patch. -- 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/
