[Koha-bugs] [Bug 20517] Use the "sort bin" field in SIP2 Checkin Response

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 25 12:20:15 CET 2022


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #13 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
We now have a few local sort bind handlers here, so I have a better
understanding of the wider requirements than I did the first time I came across
this bug.

I have a couple of refinements that I think could help.

I think we could do with being able to define the comparison operator rather
than always being equality.  We have a customer who uses classmark/callnumber
for their sorting and as such rather than 'eq' they need '<' comparisons.

Also, I think it would be helpful to be able to call item methods not just
refer to the internal hashref data.. think 'effective_itemtype'.

There may be a use for some special comparison options on the right hand side..
for example one may wish to compare permanent_location to current checking
branch to filter items that need transfer into their own bin.

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


More information about the Koha-bugs mailing list