Bug 31552: SIP2 option format_due_date not honored for AH field in item information...
authorKyle Hall <kyle@bywatersolutions.com>
Mon, 12 Sep 2022 17:52:23 +0000 (13:52 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 17:56:57 +0000 (14:56 -0300)
commit93e418c0b3e6b41aae99e3bd66664bc0ac94b24f
tree1d0c3febec6545b2219c7fad029f2e5943b2d393
parenta980148fad3879ead1a3186db1da1eb4bd9bd291
Bug 31552: SIP2 option format_due_date not honored for AH field in item information response

Bug 28730 added the ability to format due dates based on Koha's date format, but missed formatting the due date field in the item information response.

Test Plan:
1) Apply this patch
2) prove t/db_dependent/SIP/Message.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/SIP/Sip/MsgType.pm
t/db_dependent/SIP/Message.t