From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 1 Apr 2010 15:12:47 +0000 (+0000)
Subject: missed the environment when upgradeing the worksheet before.  added copy location... 
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d623c90e4ca598ca3cbff2c335d5e11a8a85d20e;p=evergreen%2Fmasslnc.git

missed the environment when upgradeing the worksheet before.  added copy location to lineitem worksheet template

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16084 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index 7e17679a0c..98f4171e0b 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -4276,6 +4276,7 @@ $$
                 <th>Barcode</th>
                 <th>Call Number</th>
                 <th>Fund</th>
+                <th>Shelving Location</th>
                 <th>Recd.</th>
                 <th>Notes</th>
             </tr>
@@ -4297,6 +4298,7 @@ $$
                 <td style='padding:5px;'>[% IF copy.barcode   %]<span class="barcode"  >[% detail.barcode   %]</span>[% END %]</td>
                 <td style='padding:5px;'>[% IF cn_label %]<span class="cn_label" >[% cn_label  %]</span>[% END %]</td>
                 <td style='padding:5px;'>[% IF detail.fund %]<span class="fund">[% detail.fund.code %] ([% detail.fund.year %])</span>[% END %]</td>
+                <td style='padding:5px;'>[% copy.location.name %]</td>
                 <td style='padding:5px;'>[% IF detail.recv_time %]<span class="recv_time">[% detail.recv_time %]</span>[% END %]</td>
                 <td style='padding:5px;'>[% detail.note %]</td>
             </tr>
@@ -4310,9 +4312,16 @@ $$
 
 INSERT INTO action_trigger.environment (event_def, path) VALUES
     ( 14, 'attributes' ),
+    ( 14, 'lineitem_notes' ),
+    ( 14, 'lineitem_notes.alert_text' ),
+    ( 14, 'distribution_formulas.formula' ),
     ( 14, 'lineitem_details' ),
     ( 14, 'lineitem_details.owning_lib' ),
-    ( 14, 'lineitem_notes' )
+    ( 14, 'lineitem_details.fund' ),
+    ( 14, 'lineitem_details.location' ),
+    ( 14, 'lineitem_details.eg_copy_id' ),
+    ( 14, 'lineitem_details.eg_copy_id.call_number' ),
+    ( 14, 'lineitem_details.eg_copy_id.location' )
 ;
 
 INSERT INTO action_trigger.environment ( event_def, path) VALUES