http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12971 Bug ID: 12971 Summary: Printing member information lacks data Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: rkopaczka@afm.edu.pl QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Depends on: 11703 Print summary page don't contains information about checked out and reserved items. Bug 11703, made regression on "Print summary" option in member detail page. Originally moremember-print.tt uses data from moremember.pl sript (issueloop, reserveloop), which is no longer provided by it, but by ajax query. Without this loops, on print page are only borrower and fines/charges info. Also other templates (moremember-brief.tt & moremember-receipt.tt), responsible for printing members info, have data loops which was previously provided by moremember. But in cause of this two, it seems that they are no longer used anyway. As I investigated they are set up in moremember.pl:83-95, but on page use of this options is modified, to call printslip.pl not moremembers (in members-toolbar.inc). I could not find other places where they are used. Printslip however generate correct info, since it uses IssueSlip function. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.