Bugzilla – Attachment 61215 Details for
Bug 7728
Fixing subscription endddate inconsistency: should be empty when the subscription is running
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7728: [QA Follow-up] Fix POD whitespace
Bug-7728-QA-Follow-up-Fix-POD-whitespace.patch (text/plain), 1.16 KB, created by
Marcel de Rooy
on 2017-03-17 12:40:49 UTC
(
hide
)
Description:
Bug 7728: [QA Follow-up] Fix POD whitespace
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-03-17 12:40:49 UTC
Size:
1.16 KB
patch
obsolete
>From 150fbf881d1f240f3ff090857c1307c5a25f3e2e Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 17 Mar 2017 13:24:41 +0100 >Subject: [PATCH] Bug 7728: [QA Follow-up] Fix POD whitespace >Content-Type: text/plain; charset=utf-8 > >Resolves complaints from qa tools. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Serials.pm | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/C4/Serials.pm b/C4/Serials.pm >index df4a3de..179595f 100644 >--- a/C4/Serials.pm >+++ b/C4/Serials.pm >@@ -2501,9 +2501,8 @@ num_type can take : > -monthabrv > -season > -seasonabrv >-=cut > >-#' >+=cut > > sub _numeration { > my ($value, $num_type, $locale) = @_; >@@ -2569,8 +2568,11 @@ sub is_barcode_in_use { > } > > =head2 CloseSubscription >+ > Close a subscription given a subscriptionid >+ > =cut >+ > sub CloseSubscription { > my ( $subscriptionid ) = @_; > return unless $subscriptionid; >@@ -2593,8 +2595,11 @@ sub CloseSubscription { > } > > =head2 ReopenSubscription >+ > Reopen a subscription given a subscriptionid >+ > =cut >+ > sub ReopenSubscription { > my ( $subscriptionid ) = @_; > return unless $subscriptionid; >-- >2.1.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 7728
:
8240
|
45529
|
45776
|
47303
|
58813
|
58814
|
58815
|
61212
|
61213
|
61214
| 61215