6c10d685a7
Bug 6303 introduced an include file governing patron name display unfortunately that changed patron display in search result lists and on the circ screen header. This adds a parameter restroring the original surname, firstname order, whose absence was perceived as a loss of functionality Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
10 lines
268 B
PHP
10 lines
268 B
PHP
[% IF category_type == 'I' %]
|
|
[% surname %] [% IF othernames %] ([% othernames %]) [% END %]
|
|
[% ELSE %]
|
|
[% IF invert_name %]
|
|
[% surname %], [% firstname %]
|
|
[% ELSE %]
|
|
[% firstname %] [% surname %]
|
|
[% END %]
|
|
[% END %]
|
|
([% cardnumber %])
|