[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:37:57 CET 2022


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

--- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
if ( defined $item->location && $item->location ne $update_loc_rules->{_ALL_})
{
  $messages->{'ItemLocationUpdated'} = { from => $item->location, to =>
$update_loc_rules->{_ALL_} };
  $item->location($update_loc_rules->{_ALL_})->store({skip_record_index=>1});

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


More information about the Koha-bugs mailing list