koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 848] moremember.pl no longer outputs item type for issues
Date: 26 Nov 2004 20:08:38 -0000

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

address@hidden changed:

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



------- Additional Comments From address@hidden  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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]