koha-bugs
[Top][All Lists]
Advanced

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

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1017] New: Reserve fee in accounts
Date: 29 Aug 2005 15:55:35 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

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