[Koha-bugs] [Bug 3701] If the ReturnToShelvingCart syspref is on, and something needs to go in transit, the shelving cart setting is overriding the transit.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 23 23:09:45 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3701

--- Comment #17 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to comment #16)
> QA comment:
> 
> The code now says
>              ShelfToCart( $item->{'itemnumber'} );
> => shouldn't we deal with the syspref and say
>             ShelfToCart( $item->{'itemnumber'} ) if
> C4::Context->preference("ReturnToShelvingCart");
> ?

You are right, I'll fix that.

> 2nd question: when the item reaches it's homebranch, a check-in is done,
> right ?
> I tried that, and the location stayed to 'CART' instead of being switched
> back to items.permanentlocation.

Yes, a check-in is done, but that sets the location to 'CART' if it is not
already set. Later, the cronjob will change the status from 'CART' back to the
item's permanent location.

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


More information about the Koha-bugs mailing list