From: phasefx Date: Tue, 30 Mar 2010 20:46:00 +0000 (+0000) Subject: syntax. this time I broke the file :) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f7db2ca076e952c769af02ec93b3458fa64fd418;p=evergreen%2Fpines.git syntax. this time I broke the file :) git-svn-id: svn://svn.open-ils.org/ILS/trunk@16065 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 5e7911f576..2fd7ef1a88 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -3400,7 +3400,7 @@ INSERT INTO action_trigger.validator (module,description) VALUES ( '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' ) @@ -3408,7 +3408,7 @@ INSERT INTO action_trigger.validator (module,description) VALUES ( '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' )