http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8096 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Display of the patron name and card number in the second column is handled by an include, patron-title.inc, which offers a way to display the patron name in a standard format in various places in the templates. We can't remove the display of the barcode in the second column without affecting other displays too. The card number in the first column seems useful since it's easier to scan down the column if you're looking for a number. And hopefully someday we'll have AJAX-driven DataTables support on this page and we'll be able to sort by card number. I'm inclined to say "wontfix" since there are good reasons to have the number in both places. What do others think? -- You are receiving this mail because: You are watching all bug changes.