[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0142b2b677359f217cdc773aac9f4888f6a136ea

Evergreen Git git at git.evergreen-ils.org
Tue Jul 26 15:53:50 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  0142b2b677359f217cdc773aac9f4888f6a136ea (commit)
      from  0e3052e2ad5b862e146e297e756fbc58f035b639 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0142b2b677359f217cdc773aac9f4888f6a136ea
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Tue Jul 26 15:13:18 2011 -0400

    Add missing INVALID_USER_XACT_ID event
    
    Code introduced in c5d36d2a99e45b9a02d00a1e795b66a38c271b43 (SVN r17079)
    can generate this event.  The description I gave it is meant to be
    kind of user-oriented, since patrons might see it in the OPAC.  A
    somewhat more informative description in available in the commit I named
    above.
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/extras/ils_events.xml b/Open-ILS/src/extras/ils_events.xml
index 0eb3f8a..ee68f72 100644
--- a/Open-ILS/src/extras/ils_events.xml
+++ b/Open-ILS/src/extras/ils_events.xml
@@ -162,6 +162,9 @@
 	<event code='1234' textcode='ITEM_DEPOSIT_PAID'>
 		<desc xml:lang="en-US"></desc>
 	</event>
+	<event code='1235' textcode='INVALID_USER_XACT_ID'>
+        <desc xml:lang="en-US">While you were trying to make payments, this account's transaction history changed.  Please go back and try again.</desc>
+	</event>
 
 
 

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/extras/ils_events.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list