[Koha-bugs] [Bug 29981] AddReturn does not set CART when items.location is NULL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 31 08:50:16 CET 2022


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

--- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Hmm. It seems that a correction has been made very recently:

            if (
                ( defined $item->location && $item->location ne
$update_loc_rules->{_ALL_}) ||
                (!defined $item->location && $update_loc_rules->{_ALL_} ne "")

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


More information about the Koha-bugs mailing list