From d623c90e4ca598ca3cbff2c335d5e11a8a85d20e Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 1 Apr 2010 15:12:47 +0000 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 @@ $$ Barcode Call Number Fund + Shelving Location Recd. Notes @@ -4297,6 +4298,7 @@ $$ [% IF copy.barcode %][% detail.barcode %][% END %] [% IF cn_label %][% cn_label %][% END %] [% IF detail.fund %][% detail.fund.code %] ([% detail.fund.year %])[% END %] + [% copy.location.name %] [% IF detail.recv_time %][% detail.recv_time %][% END %] [% detail.note %] @@ -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 -- 2.11.0