UPDATE borrower SET firstname=NULL WHERE borrowernumber=####
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1750 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49762|0 |1 is obsolete| | --- Comment #8 from M. Tompsett <mtompset@hotmail.com> --- 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 <mtj@kohaaloha.com> 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: 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 <mtompset@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.