koha-bugs
[Top][All Lists]
Advanced

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

[Koha-bugs] [Bug 477] New: Request page does not display surname


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 477] New: Request page does not display surname
Date: 3 Jun 2003 16:42:51 -0000

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

           Summary: Request page does not display surname
           Product: Koha
           Version: 1.9.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Circulation
        AssignedTo: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


In the table labelled 'modify existing requests' under the 'member' column, only
the first name is displayed.  The template variable for 'surname' is empty. 
Addition of this line after line 144 of request.pl seems to fix it:

  Line 144      $reserve{'firstname'}=$res->{'firstname'};
>>Line 145      $reserve{'surname'}=$res->{'surname'};



------- 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]