From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 29 Mar 2010 20:35:38 +0000 (+0000)
Subject: more user request related templates, and add all of them to the db seed data.  misc... 
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0001ac75cdb5f4ed59fdfd736b9a83adcd073b7c;p=evergreen%2Fpines.git

more user request related templates, and add all of them to the db seed data.  misc fixes to db seed data, and i18n for previous user request data


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

diff --git a/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql b/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql
index 9c38ff1026..54ffc4c4c5 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql
@@ -56,10 +56,10 @@ $$
 [%- USE date -%]
 [%- SET li = target.lineitem; -%]
 [%- SET user = target.usr -%]
-[%- SET title = helpers.get_li_attr("title", "", li.attributes) %]
-[%- SET author = helpers.get_li_attr("author", "", li.attributes) %]
-[%- SET edition = helpers.get_li_attr("edition", "", li.attributes) %]
-[%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) %]
+[%- SET title = helpers.get_li_attr("title", "", li.attributes) -%]
+[%- SET author = helpers.get_li_attr("author", "", li.attributes) -%]
+[%- SET edition = helpers.get_li_attr("edition", "", li.attributes) -%]
+[%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) -%]
 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]