2b2e544f05
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as advertised, doesn't affect display for non-organisational patrons. Note: Display change in OPAC only affects the summary tab. It would be a little bit more consistent to make the name show the same on all tabs in OPAC patron account. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> I repeated Katrin's signoff here (with permission). The patch only changed for some minor rebasing and cosmetic QA requests. Passed QA now. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
5 lines
152 B
PHP
5 lines
152 B
PHP
[% IF category_type == 'I' %]
|
|
[% surname %] [% IF othernames %] ([% othernames %]) [% END %]
|
|
[% ELSE %]
|
|
[% firstname %] [% surname %]
|
|
[% END %]
|