Lines 2649-2651
tables:
Link Here
|
2649 |
- "[% skipped %] records skipped" |
2649 |
- "[% skipped %] records skipped" |
2650 |
- "[% in_error %] records in error" |
2650 |
- "[% in_error %] records in error" |
2651 |
- "[% total %] total" |
2651 |
- "[% total %] total" |
2652 |
- |
2652 |
|
|
|
2653 |
- module: patron_slip |
2654 |
code: TEMP_CARD |
2655 |
branchcode: "" |
2656 |
name: "a temporary card" |
2657 |
is_html: 1 |
2658 |
title: "Print a temporary library card" |
2659 |
message_transport_type: print |
2660 |
lang: default |
2661 |
content: |
2662 |
- "<h1>Quick library card</h1>" |
2663 |
- "<h2>[% borrower.firstname %] [% borrower.surname %]</h2>" |
2664 |
- "<p>" |
2665 |
- " <img src='/cgi-bin/koha/svc/barcode?barcode=*[% borrower.cardnumber %]*&type=Code39'></img>" |
2666 |
- "</p>" |