Bug 24250: Do not duplicate debarred comment in patron screen message AF field
commit569f7266b976299702d17416bf83dabc9052ecca
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 17 Dec 2019 10:31:40 +0000 (17 11:31 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 20 Mar 2020 15:17:22 +0000 (20 15:17 +0000)
treeb0abdca91810146243e613bd978a2eaf61543228
parent424b08cff9542606bce4b5fda08467d90e957399
Bug 24250: Do not duplicate debarred comment in patron screen message AF field

Caused by
  commit bddfed75913a2302c19c00b00a6fe86538af6f9f
  Bug 19933: Remove patronflags - tricky ones

Test plan:
1 - Setup SIP in your testing environment
    https://wiki.koha-community.org/wiki/Koha_SIP2_server_setup
2 - Set a patron to have a restriction
3 - Send a patron status request or patron information command via
    the SIP cli emulator (see link above)
4 - Note the comment on the restriction is sent only once

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/SIP/ILS/Patron.pm