Bugzilla – Attachment 28259 Details for
Bug 12230
Add maximum suspension days as a new issuing rule
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
3 maxsuspensiondays should be set to NULL if not set
0003-Bug-12230-maxsuspensiondays-should-be-set-to-NULL-if.patch (text/plain), 972 bytes, created by
Paola Rossi
on 2014-05-14 09:46:09 UTC
(
hide
)
Description:
3 maxsuspensiondays should be set to NULL if not set
Filename:
MIME Type:
Creator:
Paola Rossi
Created:
2014-05-14 09:46:09 UTC
Size:
972 bytes
patch
obsolete
>From e8f5271a0e2176f4d8fc9bb36fad4ba3e97de10a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 12 May 2014 12:54:24 +0200 >Subject: [PATCH 3/3] Bug 12230: maxsuspensiondays should be set to NULL if > not set > > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > admin/smart-rules.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/admin/smart-rules.pl b/admin/smart-rules.pl >index c6692cb..b3c0727 100755 >--- a/admin/smart-rules.pl >+++ b/admin/smart-rules.pl >@@ -110,6 +110,7 @@ elsif ($op eq 'add') { > my $fine = $input->param('fine'); > my $finedays = $input->param('finedays'); > my $maxsuspensiondays = $input->param('maxsuspensiondays'); >+ $maxsuspensiondays = undef if $maxsuspensiondays eq q||; > my $firstremind = $input->param('firstremind'); > my $chargeperiod = $input->param('chargeperiod'); > my $maxissueqty = $input->param('maxissueqty'); >-- >1.7.10.4 >
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 12230
:
28169
|
28170
|
28171
|
28196
|
28197
|
28198
|
28254
|
28255
|
28256
|
28257
|
28258
|
28259
|
28295
|
28296
|
28297