Joshua Ferraro 17 years ago
parent
commit
9e8dc6b021
  1. 1
      circ/circulation.pl

1
circ/circulation.pl

@ -448,6 +448,7 @@ FROM issuingrules
WHERE categorycode=?
" );
#my @issued_itemtypes_count; # huh?
my @issued_itemtypes_count_loop;
$issueqty_sth->execute("*");
while ( my $data = $issueqty_sth->fetchrow_hashref() ) {

Loading…
Cancel
Save