BUGFIX: $item is reference to hashref, not reference to hash.
authorJoe Atzberger <joe.atzberger@liblime.com>
Mon, 28 Apr 2008 18:22:56 +0000 (13:22 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 30 Apr 2008 11:08:56 +0000 (06:08 -0500)
commit3a1542c42345f104ba25b0158a69e4cacbed3048
tree449ffb3f9f783afadadab90667ad34fc4fb0fd41
parente1e50db557d443ce9690e77a72c805fe4d0c6651
BUGFIX: $item is reference to hashref, not reference to hash.

In fact, the double reference is useless overkill for this and another arg.
This patch relieves the error seen in logs as:
label-print-pdf.pl: Not a HASH reference at /home/atz/koha/production/intranet/modules/C4/Labels.pm line 1007., referer: http://staff-atz.dev.kohalibrary.com/cgi-bin/koha/labels/label-manager.pl?type=labels

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Labels.pm