LP#1519911: fix typos in some seed A/T tempaltes
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 1 Mar 2016 23:09:05 +0000 (18:09 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 2 Mar 2016 19:25:27 +0000 (14:25 -0500)
This corrects typos in the seed 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 <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index e234361..2a8026c 100644 (file)
@@ -8781,7 +8781,7 @@ $$
     <div>[% date.format %]</div>
     <div>[% lib.name %]</div>
     <div>[% lib_addr.street1 %] [% lib_addr.street2 %]</div>
-    <div>[% lib_addr.city %], [% lib_addr.state %] [% lb_addr.post_code %]</div>
+    <div>[% lib_addr.city %], [% lib_addr.state %] [% lib_addr.post_code %]</div>
     <div>[% lib.phone %]</div>
     <br/>
 
@@ -10797,7 +10797,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 %]
@@ -14278,7 +14278,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 %]