Bugzilla – Attachment 22143 Details for
Bug 10445
SIP Server doesn't respect maxoutstanding system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10445 - SIP Server doesn't respect maxoutstanding system preference - QA Followup
Bug-10445---SIP-Server-doesnt-respect-maxoutstandi.patch (text/plain), 720 bytes, created by
Kyle M Hall (khall)
on 2013-10-21 00:28:10 UTC
(
hide
)
Description:
Bug 10445 - SIP Server doesn't respect maxoutstanding system preference - QA Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-10-21 00:28:10 UTC
Size:
720 bytes
patch
obsolete
>From 8428347fe9dae150fa80d56fe6c7fb98dfe289fa Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Sun, 20 Oct 2013 20:27:31 -0400 >Subject: [PATCH] Bug 10445 - SIP Server doesn't respect maxoutstanding system preference - QA Followup > >--- > C4/SIP/ILS/Patron.pm | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm >index 52832a5..5b835ca 100644 >--- a/C4/SIP/ILS/Patron.pm >+++ b/C4/SIP/ILS/Patron.pm >@@ -347,6 +347,7 @@ sub excessive_fines { > } > > sub holds_blocked_by_excessive_fees { >+ my $self = shift; > return ( $self->fee_amount > && $self->fee_amount > C4::Context->preference("maxoutstanding") ); > } >-- >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 10445
:
18841
|
18842
|
19203
|
22143
|
22145
|
22146
|
22147