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

--- Comment #1 from Owen Leonard <oleon...@myacpl.org> ---
Created attachment 8096
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8096&action=edit
Bug 7680 - PatronDefaultView preference to control whether patron links go to
circ or patron details

The new include, patron-default-view.inc, outputs the *opening* half of
the <a> so that individual templates can control whether to show
full name, barcode, both, etc.

Individual templates must often pass the "local" borrowernumber
variable via the INCLUDE if the variable is not called "borrowernumber":

[% INCLUDE 'patron-default-view.inc' borrowernumber = ITEM_DAT.borrowernumber
%]

-- 
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