[Koha-bugs] [Bug 1017] New: Reserve fee in accounts

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Mon Aug 29 17:55:35 CEST 2005


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 at katipo.co.nz
        ReportedBy: tgarip at neu.edu.tr
         QAContact: koha-bugs at 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.




More information about the Koha-bugs mailing list