From 275e3eb8b1dfea46a4dbae87e0b283424784239a Mon Sep 17 00:00:00 2001 From: Mason James Date: Mon, 5 Nov 2007 00:45:14 -0600 Subject: [PATCH] undeclared @issued_itemtypes_count_loop; Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- circ/circulation.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index a089ddf30a..8e60072272 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -387,6 +387,7 @@ my $issued_itemtypes_count; my $issued_itemtypes_allowed_count; # hashref with total allowed by itemtype my $issued_itemtypes_remaining; # hashref with remaining my $issued_itemtypes_flags; #hashref that stores flags +my @issued_itemtypes_count_loop; if ($borrower) { @@ -450,6 +451,7 @@ FROM issuingrules #my @issued_itemtypes_count; # huh? my @issued_itemtypes_count_loop; $issueqty_sth->execute("*"); + while ( my $data = $issueqty_sth->fetchrow_hashref() ) { # subtract how many of each this borrower has -- 2.39.5