[open-ils-commits] r16040 - trunk/Open-ILS/src/sql/Pg/upgrade (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 29 16:35:44 EDT 2010
Author: phasefx
Date: 2010-03-29 16:35:38 -0400 (Mon, 29 Mar 2010)
New Revision: 16040
Modified:
trunk/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql
Log:
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
Modified: trunk/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql 2010-03-29 19:31:59 UTC (rev 16039)
+++ trunk/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql 2010-03-29 20:35:38 UTC (rev 16040)
@@ -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) -%]
More information about the open-ils-commits
mailing list