Koha/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc
Colin Campbell 6c10d685a7 Bug 8514 Restore Patron Name Display Order
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>
2012-09-05 15:04:52 +02:00

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 %])