Lines 2360-2366
sub strings_map {
Link Here
|
2360 |
|
2360 |
|
2361 |
$item->location_update_trigger( $action ); |
2361 |
$item->location_update_trigger( $action ); |
2362 |
|
2362 |
|
2363 |
Update the item location on checkin or checkout. |
2363 |
Updates the item location based on I<$action>. It is done like this: |
|
|
2364 |
|
2365 |
=over 4 |
2366 |
|
2367 |
=item For B<checkin>, location is updated following the I<UpdateItemLocationOnCheckin> preference. |
2368 |
|
2369 |
=item For B<checkout>, location is updated following the I<UpdateItemLocationOnCheckout> preference. |
2370 |
|
2371 |
=back |
2372 |
|
2373 |
FIXME: It should return I<$self>. See bug 35270. |
2364 |
|
2374 |
|
2365 |
=cut |
2375 |
=cut |
2366 |
|
2376 |
|
2367 |
- |
|
|