https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22403

Brendan Lawlor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Brendan Lawlor <[email protected]> ---
Since bug 32986 this can be accomplished with Patron custom slips.

Add a new notice for Patrons (custom slip), message transport type Print, HTML
message with the Message subject 'Print a temporary library card'

Add something like the following to the Message body:

<h1>Quick library card</h1>
<h2>[% borrower.firstname %] [% borrower.surname %]</h2>
<p>
  <img src='/cgi-bin/koha/svc/barcode?barcode=*[% borrower.cardnumber
%]*&type=Code39'></img>
</p>

We could add an example like this to sample_notices.yml so that it would come
with Koha by default.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to