Bugzilla – Attachment 92664 Details for
Bug 15261
Verify if checkout or hold request periods overlap with existing holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15261: Fix compilation error in reserve/placerequest.pl
Bug-15261-Fix-compilation-error-in-reserveplacereq.patch (text/plain), 992 bytes, created by
Julian Maurice
on 2019-09-09 11:32:31 UTC
(
hide
)
Description:
Bug 15261: Fix compilation error in reserve/placerequest.pl
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2019-09-09 11:32:31 UTC
Size:
992 bytes
patch
obsolete
>From 05856eb918f077156df5a3c2ee77b2fd3592bea4 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 9 Sep 2019 13:30:30 +0200 >Subject: [PATCH] Bug 15261: Fix compilation error in reserve/placerequest.pl > >--- > reserve/placerequest.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reserve/placerequest.pl b/reserve/placerequest.pl >index b54562d464..b9dba8cfcb 100755 >--- a/reserve/placerequest.pl >+++ b/reserve/placerequest.pl >@@ -104,7 +104,7 @@ foreach my $biblionumber (keys %bibinfos) { > > if ( $can_item_be_reserved eq 'OK' || ( $can_item_be_reserved ne 'itemAlreadyOnHold' && $can_override ) ) { > AddReserve( $branch, $borrower->{'borrowernumber'}, >- $biblionumber, \@realbi, $rank[0], $startdate, $expirationdate, $notes, $title, >+ $biblionumber, undef, $rank[0], $startdate, $expirationdate, $notes, $title, > $checkitem, $found, $itemtype ); > } > >-- >2.20.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 15261
:
45216
|
45833
|
45841
|
46432
|
46433
|
46441
|
46442
|
49001
|
49002
|
49003
|
52704
|
59643
|
61534
|
61539
|
61544
|
67088
|
67094
|
67143
|
68660
|
68661
|
68662
|
68663
|
68664
|
68852
|
68853
|
72956
|
72957
|
76221
|
76222
|
88292
|
88293
|
88297
|
88298
|
92376
|
92377
|
92584
|
92585
|
92664
|
93136
|
94871
|
98383
|
98424
|
98672
|
106944
|
106949
|
120822
|
123405
|
125793
|
125794
|
125795
|
125796
|
131569
|
131570
|
131571
|
131572
|
131573