Bug 5183

Summary: Incorrect hash dereferencing syntax causes an error to be thrown when attempting to export patron cards
Product: Koha Reporter: Chris Nighswonger <cnighswonger>
Component: Label/patron card printingAssignee: Chris Nighswonger <cnighswonger>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: critical    
Priority: PATCH-Sent (DO NOT USE)    
Version: rel_3_2   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Chris Nighswonger 2010-08-27 18:32:05 UTC
The exact error is:

Not a HASH reference at /home/koha/koha.prod/patroncards/create-pdf.pl line 144.

This is caused by incorrect dereferencing syntax.

A patch is forthcoming to fix this.