Bugzilla – Attachment 22962 Details for
Bug 4045
No check for maximum number of allowed holds from OPAC.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4045 - QA Followup
Bug-4045---QA-Followup.patch (text/plain), 683 bytes, created by
Kyle M Hall (khall)
on 2013-11-15 14:48:22 UTC
(
hide
)
Description:
Bug 4045 - QA Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-11-15 14:48:22 UTC
Size:
683 bytes
patch
obsolete
>From 5464d44b4b154df63fb1f3481fb54bcc49b7fbaf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 15 Nov 2013 09:47:35 -0500 >Subject: [PATCH] Bug 4045 - QA Followup > >--- > reserve/request.pl | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/reserve/request.pl b/reserve/request.pl >index 51da6c7..0ebc6cf 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -78,6 +78,8 @@ $findborrower =~ s|,| |g; > my $borrowernumber_hold = $input->param('borrowernumber') || ''; > my $messageborrower; > my $maxreserves; >+my $warnings; >+my $messages; > > my $date = C4::Dates->today('iso'); > my $action = $input->param('action'); >-- >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 4045
:
7634
|
7827
|
7831
|
8535
|
8536
|
10411
|
10412
|
10430
|
11418
|
21200
|
21712
|
21713
|
22960
|
22961
|
22962
|
28490
|
28491
|
28492
|
30051
|
30448