PINES Customization: Alter wording for COPY_CIRC_NOT_ALLOWED
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 29 Jul 2019 14:37:41 +0000 (10:37 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 16 Oct 2019 18:45:00 +0000 (14:45 -0400)
Change wording of COPY_CIRC_NOT_ALLOWED message because the default
wording indicates that it is a problem with the copy, but it can
also be triggered when there is a problem with the user (such as when
a Digital Only user attempts to check out a physical item).

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/extras/ils_events.xml

index 7caebc7..2b2afbe 100644 (file)
                <desc xml:lang="en-US">The patron in question has the maximum number of items already checked out</desc>
        </event>
        <event code='7003' textcode='COPY_CIRC_NOT_ALLOWED'>
-               <desc xml:lang="en-US"> Target copy is not allowed to circulate </desc>
+               <desc xml:lang="en-US"> Circulation forbidden due to problem with patron account or item setting </desc>
        </event>
        <event code='7004' textcode='COPY_NOT_AVAILABLE'>
                <desc xml:lang="en-US"> Copy is not available </desc>