From: miker Date: Wed, 9 May 2007 05:56:52 +0000 (+0000) Subject: adding patron link X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=27ee1c0d23ae6a94ac24f8a9d9c5c76cb3a638fe;p=Evergreen.git adding patron link git-svn-id: svn://svn.open-ils.org/ILS/trunk@7218 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/example.reporter-extension.sql b/Open-ILS/src/sql/Pg/example.reporter-extension.sql index 502653c334..dbef66438b 100644 --- a/Open-ILS/src/sql/Pg/example.reporter-extension.sql +++ b/Open-ILS/src/sql/Pg/example.reporter-extension.sql @@ -13,6 +13,7 @@ SELECT cl.shortname AS circ_lib, ifm.value AS item_form, itm.value AS item_type, sl.name AS shelving_location, + p.id AS patron_id, g.name AS profile_group, dem.general_division AS demographic_general_division, circ.id AS id,