[open-ils-commits] r16066 - trunk/Open-ILS/src/sql/Pg/upgrade (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 30 16:48:07 EDT 2010
Author: phasefx
Date: 2010-03-30 16:48:02 -0400 (Tue, 30 Mar 2010)
New Revision: 16066
Modified:
trunk/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql
Log:
syntax
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-30 20:46:00 UTC (rev 16065)
+++ trunk/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql 2010-03-30 20:48:02 UTC (rev 16066)
@@ -48,7 +48,7 @@
'Acq::UserRequestReceived',
oils_i18n_gettext(
'Acq::UserRequestReceived',
- 'Tests to see if the corresponding Line Item has a state of "received".'
+ 'Tests to see if the corresponding Line Item has a state of "received".',
'atval',
'description'
)
@@ -56,7 +56,7 @@
'Acq::UserRequestCancelled',
oils_i18n_gettext(
'Acq::UserRequestCancelled',
- 'Tests to see if the corresponding Line Item has a state of "cancelled".'
+ 'Tests to see if the corresponding Line Item has a state of "cancelled".',
'atval',
'description'
)
More information about the open-ils-commits
mailing list