[Bug 1017] New: Reserve fee in accounts
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1017 Summary: Reserve fee in accounts Product: Koha Version: 2.2.0 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: Circulation AssignedTo: chris@katipo.co.nz ReportedBy: tgarip@neu.edu.tr QAContact: koha-bugs@lists.sourceforge.net The scipt in Reserves2.pm CreateReserve reads $usth->execute($borrnum,$nextacctno,$fee,'Reserve Charge - $title',$fee); Its printing into accounts as 'Reserve Charge - $title' rather than title itself. Change to $usth->execute($borrnum,$nextacctno,$fee,'Reserve Charge -'. $title,$fee); to actually print the title. ------- 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