]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1667221: (follow-up) remove comment that is now a lie
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 1 May 2017 18:47:58 +0000 (14:47 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 May 2017 13:08:46 +0000 (09:08 -0400)
commit8ff89f6aa99518cd71485944d29ea5929c4597a3
treefaa95d5e7e90d200dd1fe0513bd2c5e5d7e06e76
parent3208e7efa9bfaef16f16bbf96db1ad75cd1c7dec
LP#1667221: (follow-up) remove comment that is now a lie

Also, here's a test plan:

[1] Edit /openils/conf/oils_sip.xml and set the currency
    defined in the implementation section to be something
    other than USD.
[2] Start the SIP server and perform a patron information
    request; note that the BH field in the response contains
    'USD'.
[3] Apply the patch and restart the SIP server.
[4] Repeat step 2; this time, the currency should be whatever
    is specified in oils_sip.xml.
[5] Comment out the currency section in oils_sip.xml and restart
    the SIP server.
[6] Repeat step 2; this time, the currency should be back to 'USD'.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm