Bugzilla – Attachment 25095 Details for
Bug 7683
statistic wizard: cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9823: (follow-up) improve POD for C4::Reserves::GetReservesFromBiblionumber
Bug-9823-follow-up-improve-POD-for-C4ReservesGetRe.patch (text/plain), 1.41 KB, created by
Biblibre Sandboxes
on 2014-02-06 16:11:38 UTC
(
hide
)
Description:
Bug 9823: (follow-up) improve POD for C4::Reserves::GetReservesFromBiblionumber
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2014-02-06 16:11:38 UTC
Size:
1.41 KB
patch
obsolete
>From aa240dd327a231a86947a77e8896c270cc66a6f4 Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Thu, 30 Jan 2014 16:48:26 +0000 >Subject: [PATCH] Bug 9823: (follow-up) improve POD for C4::Reserves::GetReservesFromBiblionumber > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> > >Signed-off-by: Koha team AMU <koha.aixmarseille@gmail.com> > >http://bugs.koha-community.org/show_bug.cgi?id=7683 >--- > C4/Reserves.pm | 12 ++++++++++-- > 1 files changed, 10 insertions(+), 2 deletions(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 7f3c5fb..8fe0fd0 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -270,13 +270,21 @@ sub GetReserve { > > my $reserves = GetReservesFromBiblionumber({ > biblionumber => $biblionumber, >- itemnumber => $itemnumber, >- all_dates => 1|0 >+ [ itemnumber => $itemnumber, ] >+ [ all_dates => 1|0 ] > }); > > This function gets the list of reservations for one C<$biblionumber>, > returning an arrayref pointing to the reserves for C<$biblionumber>. > >+By default, only reserves whose start date falls before the current >+time are returned. To return all reserves, including future ones, >+the C<all_dates> parameter can be included and set to a true value. >+ >+If the C<itemnumber> parameter is supplied, reserves must be targeted >+to that item or not targeted to any item at all; otherwise, they >+are excluded from the list. >+ > =cut > > sub GetReservesFromBiblionumber { >-- >1.7.2.5
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 7683
:
12762
|
12785
|
12940
|
14399
|
14466
|
16327
|
16328
|
16329
|
16367
|
16775
|
20241
|
20242
|
20243
|
20244
|
20245
|
21357
|
21358
|
23683
|
23684
|
23685
|
23686
|
23687
|
23688
|
23689
|
23690
|
23691
|
25072
|
25073
|
25091
|
25092
|
25093
|
25094
|
25095
|
25096
|
25097
|
25098
|
25099
|
25100
|
26678
|
26679
|
26680
|
26681
|
26682
|
28466
|
28467
|
28468
|
28469
|
28470
|
36489
|
36490
|
36491
|
36492
|
36493
|
39129
|
39130
|
39131
|
39132
|
39133
|
41821
|
41829
|
44651
|
44652
|
44653
|
44654
|
44655
|
45238
|
45239
|
45240
|
45241
|
45242