From f1a893f6d03bd2e63e7cd10261e4a816fd8b21d7 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 1 Mar 2016 18:09:05 -0500 Subject: [PATCH] LP#1517232 and LP#1519911 Seed Data Typos This corrects typos in the see data for these action trigger templates: - Self-Checkout Receipt - Hold Cancelled (No Target) Email Notification - Hold Cancelled (No Target) User Message Signed-off-by: Terran McCanna --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 bac8cfc6a0..8a67a4a679 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -8346,7 +8346,7 @@ $$
[% date.format %]
[% lib.name %]
[% lib_addr.street1 %] [% lib_addr.street2 %]
-
[% lib_addr.city %], [% lib_addr.state %] [% lb_addr.post_code %]
+
[% lib_addr.city %], [% lib_addr.state %] [% lib_addr.post_code %]
[% lib.phone %]

@@ -10355,7 +10355,7 @@ From: [%- params.sender_email || default_sender %] Subject: Hold Request Cancelled Dear [% user.family_name %], [% user.first_given_name %] -The following holds were cancelled because no items were found to fullfil the hold. +The following holds were cancelled because no items were found to fulfill the hold. [% FOR hold IN target %] Title: [% hold.bib_rec.bib_record.simple_record.title %] @@ -13836,7 +13836,7 @@ INSERT INTO action_trigger.event_definition ( $$ [%- USE date -%] [%- user = target.0.usr -%] -The following holds were cancelled because no items were found to fullfil them. +The following holds were cancelled because no items were found to fulfill them. [% FOR hold IN target %] Title: [% hold.bib_rec.bib_record.simple_record.title %] -- 2.11.0