[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. 74c8ba4c0165d59cd9b8cdd80b81c1b8855df0e2
Evergreen Git
git at git.evergreen-ils.org
Thu Oct 9 12:06:08 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_7 has been updated
via 74c8ba4c0165d59cd9b8cdd80b81c1b8855df0e2 (commit)
from 9dc7f6085ae2c31126a26486678376b598841665 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 74c8ba4c0165d59cd9b8cdd80b81c1b8855df0e2
Author: Chris Sharp <csharp at georgialibraries.org>
Date: Sun Sep 28 20:30:22 2014 -0400
LP#1252786: Add Workstation link to Aged and Active Circulations reports source.
Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 40fd709..9d0d748 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -3995,6 +3995,7 @@ SELECT usr,
<field reporter:label="Transaction Billings" name="billings" oils_persist:virtual="true" reporter:datatype="link"/>
<field reporter:label="Transaction Payments" name="payments" oils_persist:virtual="true" reporter:datatype="link"/>
<field reporter:label="Base Transaction" name="billable_transaction" oils_persist:virtual="true" reporter:datatype="link"/>
+ <field reporter:label="Workstation" name="workstation" reporter:datatype="link"/>
<field reporter:label="Circulation Type" name="circ_type" oils_persist:virtual="true" reporter:datatype="text"/>
<field reporter:label="Billing Totals" name="billing_total" oils_persist:virtual="true" reporter:datatype="money"/>
<field reporter:label="Payment Totals" name="payment_total" oils_persist:virtual="true" reporter:datatype="money"/>
@@ -4028,6 +4029,7 @@ SELECT usr,
<link field="copy_location" reltype="has_a" key="id" map="" class="acpl"/>
<link field="copy_owning_lib" reltype="has_a" key="id" map="" class="aou"/>
<link field="copy_circ_lib" reltype="has_a" key="id" map="" class="aou"/>
+ <link field="workstation" reltype="has_a" key="id" map="" class="aws"/>
<link field="copy_bib_record" reltype="has_a" key="id" map="" class="bre"/>
<link field="aaactsc_entries" reltype="has_many" key="xact" map="" class="aaactsc"/>
<link field="aaasc_entries" reltype="has_many" key="xact" map="" class="aaasc"/>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/fm_IDL.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list