[Bug 848] moremember.pl no longer outputs item type for issues
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=848 oleonard@athenscounty.lib.oh.us changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From oleonard@athenscounty.lib.oh.us 2004-11-27 09:08 ------- It looks like there was an extra parameter being passed by moremeber.pl to the subroutine, so changing this: my ($charge,$itemtype)=calc_charges(undef,$dbh,$issue->[$i]{'itemnumber'},$bornum); to this: my ($charge,$itemtype)=calc_charges($dbh,$issue->[$i]{'itemnumber'},$bornum); fixed the problem. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz