Bugzilla – Attachment 158536 Details for
Bug 35269
Koha::Item->update_item_location should be named `trigger_location_update`
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35269: Improve POD
Bug-35269-Improve-POD.patch (text/plain), 964 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-11-06 15:06:19 UTC
(
hide
)
Description:
Bug 35269: Improve POD
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-11-06 15:06:19 UTC
Size:
964 bytes
patch
obsolete
>From 92ab64644e76bc611d3520c0e3e40b666b815c67 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 6 Nov 2023 12:01:09 -0300 >Subject: [PATCH] Bug 35269: Improve POD > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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<checkin>, location is updated following the I<UpdateItemLocationOnCheckin> preference. >+ >+=item For B<checkout>, location is updated following the I<UpdateItemLocationOnCheckout> preference. >+ >+=back >+ >+FIXME: It should return I<$self>. See bug 35270. > > =cut > >-- >2.42.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35269
:
158535
|
158536
|
158540
|
158541
|
158548
|
158549
|
158551
|
158552