]> 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:03 +0000 (09:08 -0400)
commit06e1d09e365c9c70c546bd6781e313b8daf8774d
treecde48f5d9a266375b2e14f0f8d5bff5221f0fb8a
parentf44580687303e8c1c1c43ebc6d3e264ea98c5524
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