https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1750
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49762|0 |1 is obsolete| | --- Comment #8 from M. Tompsett <[email protected]> --- Created attachment 49763 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49763&action=edit Bug 1750 - Report bor_issues_top erroneous and truncated results. Signed-off-by: Mason James <[email protected]> TEST PLAN --------- 1) Ensure you have some checkouts 2) Home -> Reports -> Patrons with the most checkouts 3) Click 'Submit' -- you get a list 4) Click a patron name. 5) Note the borrower number. 6) In MySQL run something like: > UPDATE borrower SET firstname=NULL WHERE borrowernumber=#### 7) Refresh the report page -- name goes totally blank 8) apply patch 9) Refresh the report page -- only first name is lost 10) run koha qa test tools Signed-off-by: Mark Tompsett <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
