@@ -, +, @@ --- Koha/Item.pm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) --- a/Koha/Item.pm +++ a/Koha/Item.pm @@ -2360,7 +2360,17 @@ sub strings_map { $item->location_update_trigger( $action ); -Update the item location on checkin or checkout. +Updates the item location based on I<$action>. It is done like this: + +=over 4 + +=item For B, location is updated following the I preference. + +=item For B, location is updated following the I preference. + +=back + +FIXME: It should return I<$self>. See bug 35270. =cut --