Bug 32431: Display expiry date on SIP checkout when patron is expired
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Thu, 8 Dec 2022 14:10:18 +0000 (14:10 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 30 Jan 2023 18:07:37 +0000 (15:07 -0300)
commit909a3f5612340ec8eea7274f8182a7fd4743467f
tree6cf9f886164cd52afe41d5117d5e0977e6855045
parent4877666fb5fed6fcab03063603a4d00cdbb7d1e0
Bug 32431: Display expiry date on SIP checkout when patron is expired

Test plan:

 - Set up an expired patron
 - Do a SIP checkout
 - Check that the message is "Patron expired"
 - Apply the patch
 - Check that the message is "Patron expired on <correctly_formatted_date>"
 - Prove t//db_dependent/SIP/Transaction.t

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/SIP/ILS.pm
t/db_dependent/SIP/Transaction.t