Bugzilla – Attachment 2879 Details for
Bug 4286
Subscription expired at its creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
signed off patch
0001--SIGNED-OFF-Bug-4286-Allow-receiving-if-subscriptio.patch (text/plain), 1.14 KB, created by
Nicole C. Engard
on 2010-12-17 18:13:54 UTC
(
hide
)
Description:
signed off patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2010-12-17 18:13:54 UTC
Size:
1.14 KB
patch
obsolete
>From 9fca2303280af25568c3fa7902238835d15f59c8 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Fri, 17 Dec 2010 10:29:17 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 4286 Allow receiving if subscription enddate not set >Content-Type: text/plain; charset="utf-8" > >HasSubscriptionExpired is not a boolean return it may also >return that a valid subscription enddate is not set >This should not block receipting of issues > >Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> >--- > serials/serials-edit.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/serials/serials-edit.pl b/serials/serials-edit.pl >index 90f3281..58936be 100755 >--- a/serials/serials-edit.pl >+++ b/serials/serials-edit.pl >@@ -145,7 +145,7 @@ foreach my $tmpserialid (@serialids) { > $data->{arriveddate}=$today->output('syspref'); > $data->{'editdisable'} = ( > ( >- HasSubscriptionExpired( $data->{subscriptionid} ) >+ HasSubscriptionExpired( $data->{subscriptionid} ) == 1 > && $data->{'status1'} > ) > || $data->{'cannotedit'} >-- >1.5.6.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 4286
:
1978
|
2189
| 2879