31 Jan
2022
31 Jan
'22
8:37 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29981 --- Comment #1 from Marcel de Rooy <m.de.rooy@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.