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