From 0001ac75cdb5f4ed59fdfd736b9a83adcd073b7c Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 29 Mar 2010 20:35:38 +0000 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -%] -- 2.11.0