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

Jan Kissig <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Jan Kissig <[email protected]> ---
I just tried to confirm the bug on my ktd setup (v24.05.05) to dig into it but
in my case it worked:

SIP2SortBinMapping: CPL:itype:eq:BK:5

kohadev-koha@kohadevbox:misc((v24.05.05))$ perl sip_cli_emulator.pl -a
127.0.0.1 -p 6001 -su term1 -sp term1   -l CPL  -m checkout --item
39999000000498 --patron 42
Attempting socket connection to 127.0.0.1:6001...connected!
Use of uninitialized value $hold_mode in string eq at sip_cli_emulator.pl line
123.
SEND: 9300CNterm1|COterm1|CPCPL|
READ: 941

Trying 'checkout'
SEND: 11YN20250104    19020520250104   
190205AOCPL|AA42|AB39999000000498|ACterm1|BIN|
READ: 121NNY20250104    190205AOCPL|AA42|AB39999000000498|AJCGI programming
with Perl /|AH20250109    235900|

kohadev-koha@kohadevbox:misc((v24.05.05))$ perl sip_cli_emulator.pl -a
127.0.0.1 -p 6001 -su term1 -sp term1   -l CPL  -m checkin --item
39999000000498 --patron 42
Attempting socket connection to 127.0.0.1:6001...connected!
Use of uninitialized value $hold_mode in string eq at sip_cli_emulator.pl line
123.
SEND: 9300CNterm1|COterm1|CPCPL|
READ: 941

Trying 'checkin'
SEND: 09N20250104    19020620250104   
190206APCPL|AOCPL|AB39999000000498|ACterm1|BIN|
READ: 101YNN20250104    190207AOCPL|AB39999000000498|AQCPL|AJCGI programming
with Perl /|CL5|AA42|CRREF|

---

In the checkin response the mentioned field CL is set to 5. Also tried on main
(24.12.) and it worked. Can you give a little more info on your sort bin rules?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to