Bugzilla – Attachment 42848 Details for
Bug 5144
Duplicate holds allowed if patron clicks back button after placing hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5144 [QA Followup] - Remove duplicated line of code
Bug-5144-QA-Followup---Remove-duplicated-line-of-c.patch (text/plain), 670 bytes, created by
Kyle M Hall (khall)
on 2015-09-24 15:22:24 UTC
(
hide
)
Description:
Bug 5144 [QA Followup] - Remove duplicated line of code
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-09-24 15:22:24 UTC
Size:
670 bytes
patch
obsolete
>From bf4dd329234db86259d973f253b23a552e51da3e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 24 Sep 2015 11:21:21 -0400 >Subject: [PATCH] Bug 5144 [QA Followup] - Remove duplicated line of code > >--- > C4/Reserves.pm | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index b81263e..523a06e 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -164,8 +164,6 @@ sub AddReserve { > return; > } > >- my $fee = GetReserveFee( $borrowernumber, $biblionumber ); >- > my $dbh = C4::Context->dbh; > > $resdate = format_date_in_iso( $resdate ) if ( $resdate ); >-- >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 5144
:
28657
|
28658
|
28659
|
34983
|
34984
|
34985
|
34986
|
34987
|
34988
|
35090
|
35091
|
35092
|
35093
|
35451
|
40823
|
40824
|
42530
|
42792
|
42848
|
43118
|
43119
|
43120
|
43121
|
43122
|
43125
|
43126
|
43164
|
43165
|
43166
|
43167