LP#1252786: Add Workstation link to Aged and Active Circulations reports source.
authorChris Sharp <csharp@georgialibraries.org>
Mon, 29 Sep 2014 00:30:22 +0000 (20:30 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 9 Oct 2014 16:05:16 +0000 (12:05 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/examples/fm_IDL.xml

index 40fd709..9d0d748 100644 (file)
@@ -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"/>