http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13134

--- Comment #3 from Owen Leonard <oleon...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to