From c20dc97d44a764627a507137ec736b2196841b68 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 6 Nov 2023 12:01:09 -0300 Subject: [PATCH] Bug 35269: Improve POD Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- Koha/Item.pm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Koha/Item.pm b/Koha/Item.pm index 11ca23e947..22eaceac94 100644 --- a/Koha/Item.pm +++ b/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 -- 2.30.2