[% USE Koha %]
[% USE KohaDates %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
Koha › Check duplicate patron
[% INCLUDE 'doc-head-close.inc' %]
[% UNLESS ( I ) %]
[% title | html %] [% firstname | html %] [% END %] [% surname | html %] ([% cardnumber | html %])
Library use
- Card number: [% cardnumber | html %]
- Borrowernumber: [% borrowernumber | html %]
- Category: [% categoryname | html %] ([% categorycode | html %])
- Registration date: [% dateenrolled | $KohaDates %]
- Expiration date:
[% IF ( was_renewed ) %]
[% dateexpiry | $KohaDates %]
[% ELSE %]
[% dateexpiry | $KohaDates %]
[% END %]
- Library: [% branchname | html %]
[% IF ( sort1 ) %]- Sort field 1:[% lib1 | html %]
[% END %]
[% IF ( sort2 ) %]- Sort field 2:[% lib2 | html %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]