Bugzilla – Attachment 158549 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), 1010 bytes, created by
David Nind
on 2023-11-06 19:42:06 UTC
(
hide
)
Description:
Bug 35269: Improve POD
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-11-06 19:42:06 UTC
Size:
1010 bytes
patch
obsolete
>From 91176f20b7a367bcd4634caf884f792ac0fbbe5c 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> >Signed-off-by: David Nind <david@davidnind.com> >--- > 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<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.30.2
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