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

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Tue Jun 3 18:42:51 CEST 2003


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: paul.poulain at free.fr
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at lists.sourceforge.net


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.




More information about the Koha-bugs mailing list