[Koha-bugs] [Bug 25757] Add a Koha::Item::Transfer->transit method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 3 12:36:22 CET 2021


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #25 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
+    # Remove the 'shelving cart' location status if it is being used (Bug
3701)
+    CartToShelf( $self->item->itemnumber )
+      if $self->item->location
+      && $self->item->location eq 'CART'
+      && (!$self->item->permanent_location
+        || $self->item->permanent_location ne 'CART' );

We have this code on several places.
Willing to move them to a dedicated Koha::Item method?
(on its own bug report ofc)

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


More information about the Koha-bugs mailing list