[Koha-bugs] [Bug 848] moremember.pl no longer outputs item type for issues

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Fri Nov 26 21:08:38 CET 2004


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=848

oleonard at athenscounty.lib.oh.us changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From oleonard at 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.




More information about the Koha-bugs mailing list