[Koha-bugs] [Bug 32602] SIP Server doesn't respect IssuingInProcess system preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 24 02:12:50 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32602

--- Comment #14 from David Nind <david at davidnind.com> ---
I've tested again, but I can't replicate the issue before the patch is applied
- the behavour before and after the patch is applied seems the same to me. 

Not sure what I've done wrong here....


Testing notes (using KTD):

1. For step 3, this is how I set things up to test:

   - Edited SIPconfig.xml so that the koha institution is "CPL" instead of
"kohalibrary"
   - Restarted the SIP server: koha-sip --restart -v kohadev
   - Installed telnet in KTD: apt-get install telnet
   - Telnet to 6001: telnet 127.0.0.1 6001
   - Send this command: 9300CNkoha|COkoha|CPCPL|
   - Commands to checkout items:*!
      11YY20220711    16350220250711   
163502AOCPL|AA23529000080862|AB39999000011111|ACkoha|BON|BIN|
      11YY20220711    16350220250711   
163502AOCPL|AA23529000080862|AB39999000000498|ACkoha|BON|BIN|
      11YY20220711    16350220250711   
163502AOCPL|AA23529000080862|AB39999000012392|ACkoha|BON|BIN|
   - To exit: press enter

* Initial patron used was Bobbie: 23529000080862 
  After the patches were applied, the patron used was Henry: 23529000035676
  The patron number is entered after |AA

! Need to change the items to checkout (after |AB), or check them back in so
that they are available


Output and results before the patch was applied
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

kohadev-koha at kohadevbox:koha(bz32602)$ telnet 127.0.0.1 6001
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
9300CNkoha|COkoha|CPCPL|
941
11YY20220711    16350220250711   
163502AOCPL|AA23529000080862|AB39999000011111|ACkoha|BON|BIN|
121NNY20231023    234841AOCPL|AA23529000080862|AB39999000011111|AJPerl template
toolkit /|AH|BV2.00|BHUSD|BT06|
11YY20220711    16350220250711   
163502AOCPL|AA23529000080862|AB39999000000498|ACkoha|BON|BIN
121NNY20231023    234859AOCPL|AA23529000080862|AB39999000000498|AJCGI
programming with Perl /|AH|AFOutstanding Fines block issue|BV2.00|BHUSD|BT06|
11YY20220711    16350220250711   
163502AOCPL|AA23529000080862|AB39999000012392|ACkoha|BON|BIN|
121NNY20231023    234924AOCPL|AA23529000080862|AB39999000012392|AJLady Susan ;
The Watsons ; Sanditon /|AH|AFOutstanding Fines block issue|BV2.00|BHUSD|BT06|

The three items were issued to Bobbie, with no issuing blocked.

The tests pass: prove t/db_dependent/SIP/Transaction.t


Output and results after the patch was applied
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

kohadev-koha at kohadevbox:koha(bz32602)$ telnet 127.0.0.1 6001
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
9300CNkoha|COkoha|CPCPL|
941
11YY20220711    16350220250711   
163502AOCPL|AA23529000035676|AB39999000011111|ACkoha|BON|BIN|
121NNY20231024    000235AOCPL|AA23529000035676|AB39999000011111|AJPerl template
toolkit /|AH|BV2.00|BHUSD|BT06|
11YY20220711    16350220250711   
163502AOCPL|AA23529000035676|AB39999000000498|ACkoha|BON|BIN|
121NNY20231024    000302AOCPL|AA23529000035676|AB39999000000498|AJCGI
programming with Perl /|AH|AFOutstanding Fines block issue|BV2.00|BHUSD|BT06|
11YY20220711    16350220250711   
163502AOCPL|AA23529000035676|AB39999000012392|ACkoha|BON|BIN|
121NNY20231024    000328AOCPL|AA23529000035676|AB39999000012392|AJLady Susan ;
The Watsons ; Sanditon /|AH|AFOutstanding Fines block issue|BV2.00|BHUSD|BT06|

The three items were issued to Henry, with no issuing blocked.

The tests pass: prove t/db_dependent/SIP/Transaction.t

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list