Bug 19619: Add support for SIP2 field CM ( Hold Pickup Date ) to Koha
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 8 Jan 2019 15:40:21 +0000 (10:40 -0500)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 18 Apr 2019 11:57:18 +0000 (11:57 +0000)
commitf88923c05a303fc0d458055b1d27a17a775f07d1
treec767f4363a4d1e7652dde885d01b5ffc07b6e7f4
parent9d80f9dc6b7d87bdf2e1536647a0bc8530465bd7
Bug 19619: Add support for SIP2 field CM ( Hold Pickup Date ) to Koha

The CM field was all set up for implementation, but never completed.
We should fully implement the CM ( Hold Pickup Date ), which according
to the SIP2 protocol specification is "The date that the hold expires".

Test Plan:
1) Set up a waiting hold for an item
2) Using the sip cli emulator, send an item information request for that item
3) Note the CM field does not show up
4) Apply this patch
5) Restart all the things!
6) Repeat the item information request
7) Note the CM field is now transmitted!

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/SIP/ILS/Item.pm