Bug 22540: Add ability to place holds using SIP CLI emulator
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 19 Mar 2019 15:22:03 +0000 (11:22 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 8 Oct 2019 13:33:33 +0000 (14:33 +0100)
commit7d5d9f9d5aa407eb141403e0e81f0d2f961a817f
tree1e35f833cc7236a72072573e93d07716ba4855c5
parent38a7e5e724decb54b59ced337dc81bf1131059ba
Bug 22540: Add ability to place holds using SIP CLI emulator

Test Plan:
1) Place a hold using the following arguments:
   sip_cli_emulator.pl -a <address> -p <port> -su <sip_user> -sp <sip_password> -l <location_code> --patron <cardnumber> --item <barcode> -m hold
2) Note the hold was placed in Koha

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: frederik chenier <frederik.chenier@inlibro.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
misc/sip_cli_emulator.pl