From 92ab64644e76bc611d3520c0e3e40b666b815c67 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 --- Koha/Item.pm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Koha/Item.pm b/Koha/Item.pm index 3b5199e6682..cd6f0ea2cd3 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -2360,7 +2360,17 @@ sub strings_map { $item->trigger_location_update( $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.42.1