Add missing INVALID_USER_XACT_ID event
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 26 Jul 2011 19:13:18 +0000 (15:13 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 26 Jul 2011 19:13:18 +0000 (15:13 -0400)
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@esilibrary.com>
Open-ILS/src/extras/ils_events.xml

index 0eb3f8a..ee68f72 100644 (file)
        <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>