Bugzilla – Attachment 29542 Details for
Bug 12536
Incorrect number of irregularity issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12536 - Incorrect number of irregularity issues
Bug-12536---Incorrect-number-of-irregularity-issue.patch (text/plain), 1.34 KB, created by
simith.doliveira
on 2014-07-07 12:08:59 UTC
(
hide
)
Description:
Bug 12536 - Incorrect number of irregularity issues
Filename:
MIME Type:
Creator:
simith.doliveira
Created:
2014-07-07 12:08:59 UTC
Size:
1.34 KB
patch
obsolete
>From 08efbdd03f157231ff73d9060d40ea4f5959e5b6 Mon Sep 17 00:00:00 2001 >From: simith <simith@inlibro.com> >Date: Mon, 7 Jul 2014 08:08:02 -0400 >Subject: [PATCH] Bug 12536 - Incorrect number of irregularity issues > >Modified: > >serials/subscription-detail.pl - fix split command > > >Testing: > >I Apply the patch > >0) Select a serial subscription; >1) Click Edit -> Edit subscription; >2) Click Next; >3) Click Test prediction pattern; >4) Select 3 Vols; >5) Save subscription; >6) Select Planing tab; >7) Valide "Irregularity: 3 issues". >--- > serials/subscription-detail.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/serials/subscription-detail.pl b/serials/subscription-detail.pl >index 0430aaf..a90a7f4 100755 >--- a/serials/subscription-detail.pl >+++ b/serials/subscription-detail.pl >@@ -104,7 +104,7 @@ $subs->{location} = GetKohaAuthorisedValueLib("LOC",$subs->{location}); > $subs->{abouttoexpire} = abouttoexpire($subs->{subscriptionid}); > $template->param(%{ $subs }); > $template->param(biblionumber_for_new_subscription => $subs->{bibnum}); >-my @irregular_issues = split /,/, $subs->{irregularity}; >+my @irregular_issues = split /;/, $subs->{irregularity}; > > my $frequency = C4::Serials::Frequency::GetSubscriptionFrequency($subs->{periodicity}); > my $numberpattern = C4::Serials::Numberpattern::GetSubscriptionNumberpattern($subs->{numberpattern}); >-- >1.9.1
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 12536
:
29542
|
29690
|
29828
|
33925