23 Oct
2014
23 Oct
'14
4:54 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13134 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- 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. -- You are receiving this mail because: You are watching all bug changes.