more user request related templates, and add all of them to the db seed data. misc...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 29 Mar 2010 20:35:38 +0000 (20:35 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 29 Mar 2010 20:35:38 +0000 (20:35 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16040 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql

index 9c38ff1..54ffc4c 100644 (file)
@@ -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) -%]