Koha/C4/SIP/ILS/Transaction
Jonathan Druart 23dd6651f8
Bug 23403: Remove cardnumber from SIP
== Test plan ==
1 - Have two patrons with userids and no cardnumber
2 - Note which of these has the higher borrower number
3 - Use the SIP cli emulator to connect and checkout a book to the patron with higher borrowernumber
      See example after
4 - Note the book may checkout to the wrong patron!
5 - Apply patch
6 - Checkout to both patrons via sip
7 - The patrons get the correct checkouts

=== SIP CLI emulator ===
./misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su term1 -sp term1 \
-l CPL --patron 23529001000463 -m checkout --item 39999000001259

translation: via the koha user term1, checkout item 39999000001259 to
patron 23529001000463

Signed-off-by: Bouzid Fergani <bouzid.fergani@inlibro.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-05-15 09:48:20 +01:00
..
Checkin.pm Bug 24800: Handle inexistent return date on self checking 2020-04-14 08:23:52 +01:00
Checkout.pm Bug 23403: Remove cardnumber from SIP 2020-05-15 09:48:20 +01:00
FeePayment.pm Bug 25095: Remove warn left in FeePayment.pm 2020-04-14 08:20:53 +01:00
Hold.pm Bug 23403: Remove cardnumber from SIP 2020-05-15 09:48:20 +01:00
Renew.pm Bug 23403: Remove cardnumber from SIP 2020-05-15 09:48:20 +01:00
RenewAll.pm Bug 15253: Rename syslog() to siplog() 2020-05-12 11:46:46 +01:00