From 27ee1c0d23ae6a94ac24f8a9d9c5c76cb3a638fe Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 9 May 2007 05:56:52 +0000 Subject: [PATCH] adding patron link git-svn-id: svn://svn.open-ils.org/ILS/trunk@7218 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/example.reporter-extension.sql | 1 + 1 file changed, 1 insertion(+) 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, -- 2.11.0