[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Patron card creator › Batches › [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% INCLUDE 'patroncards-toolbar.inc' %]
[% IF ( duplicate_message ) %]
Duplicate patrons removed from batch number [% batch_id %]: [% duplicate_count %]
[% END %] [% INCLUDE 'patroncards-errors.inc' %]
Current library: [% LoginBranchname %]
[% IF ( table_loop ) %]

Patrons in batch number [% batch_id %]

[% FOREACH table_loo IN table_loop %] [% IF ( table_loo.header_fields ) %] [% FOREACH header_field IN table_loo.header_fields %] [% SWITCH header_field.field_label -%] [% CASE "Summary" -%] [% CASE "Borrower Number" %] [% CASE "Actions " %] [% CASE "Select" -%] [% CASE %] [% END -%] [% END %] [% ELSE %] [% FOREACH text_field IN table_loo.text_fields %] [% IF ( text_field.select_field ) %] [% ELSE %] [% END %] [% END %] [% END %] [% END %]
Borrower nameBorrower numberActionsSelect[% header_field.field_label %]
Delete Export [% text_field.field_value %]
[% ELSE %]
  1. There are no patrons in this batch yet

    Add patrons by borrowernumber using the text area above or leave empty to add via patron search.

[% END %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]