http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14122 --- Comment #1 from Marc Véron <veron@veron.ch> --- Created attachment 38772 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38772&action=edit Bug 14122 - Patron card: Software error when creating using borrower_number as parameter from URL To test prepare an URL like the following: ...cgi-bin/koha/patroncards/create-pdf.pl?borrower_number=61&template_id=24&layout_id=21&start_card=1 Change the values for borrower_number, template_id and layout_id to something that exists in your system. Without patch, the URL leads to a software error: Can't use an undefined value as a HASH reference at /usr/share/kohaclone/patroncards/create-pdf.pl line 118. With patch, a PDF with the patron card is created. -- You are receiving this mail because: You are watching all bug changes.