[Bug 477] New: Request page does not display surname
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@free.fr ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz