]> git.koha-community.org Git - koha.git/commit
Bug 35100: Various fixes
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 5 Jan 2024 16:08:44 +0000 (16:08 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 19 Sep 2024 11:41:50 +0000 (12:41 +0100)
commitd64a206a25d6685be981975a8883ed5073adf7ef
tree36080931d2fd3fcda3ac5d7bd4ffed7efb4a663b
parent118bd153e2eaed19ee42a947cbb009348f874f35
Bug 35100: Various fixes

1) Don't automagically always set a transfer to in transit on checkin..
   wait for the user to actually confirm that's the case
2) New transfers triggered by a hold should take precidence, so hide
   transfers for any other reason from display
3) Update get_transfer and get_transfers to ensure ordering isn't lost
   when prefetch is used and add tests for this

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Circulation.pm
C4/Items.pm
Koha/Item.pm
Koha/Schema/Result/Item.pm
circ/returns.pl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
t/db_dependent/Circulation.t
t/db_dependent/Koha/Item.t