http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13134 --- Comment #4 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Owen Leonard from comment #3)
My inclination is to add this to the line with the patron name, similar to the way we do it on the screen where you submit a partial name for checkout and are presented with a multi-select. For example:
<li> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %]<span class="patron-category"> - [% borcategory %]</span>) </li>
Which would like something like this:
- Leonard, Owen (012345 - Adult)
Seems more compact and logical to me.
I agree. I think that's a much better idea. I'll update the patch as soon as I can. -- You are receiving this mail because: You are watching all bug changes.