[Koha-bugs] [Bug 13134] Add patron category to returns confirmation dialogs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 23 16:54:12 CEST 2014


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

--- Comment #3 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list