Bugzilla – Attachment 16684 Details for
Bug 7688
Change subscriptions numbering pattern and frequencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7688: Followup FIX perldoc
PASSED-QA-Bug-7688-Followup-FIX-perldoc.patch (text/plain), 4.23 KB, created by
Paul Poulain
on 2013-03-21 17:30:33 UTC
(
hide
)
Description:
[PASSED QA] Bug 7688: Followup FIX perldoc
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2013-03-21 17:30:33 UTC
Size:
4.23 KB
patch
obsolete
>From 6e34cdb51582e7fbd3f6ed2631b2dce4496e3ef8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 19 Feb 2013 11:02:43 +0100 >Subject: [PATCH] [PASSED QA] Bug 7688: Followup FIX perldoc > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > C4/Serials.pm | 2 +- > C4/Serials/Frequency.pm | 19 +++++++++++++------ > C4/Serials/Numberpattern.pm | 31 +++++++++++++------------------ > 3 files changed, 27 insertions(+), 25 deletions(-) > >diff --git a/C4/Serials.pm b/C4/Serials.pm >index b37aa55..48880b2 100644 >--- a/C4/Serials.pm >+++ b/C4/Serials.pm >@@ -1324,7 +1324,7 @@ sub ModNextExpected { > > =head2 GetSubscriptionIrregularities > >-=over4 >+=over 4 > > =item @irreg = &GetSubscriptionIrregularities($subscriptionid); > get the list of irregularities for a subscription >diff --git a/C4/Serials/Frequency.pm b/C4/Serials/Frequency.pm >index 51e149f..8c11aa5 100644 >--- a/C4/Serials/Frequency.pm >+++ b/C4/Serials/Frequency.pm >@@ -40,7 +40,14 @@ BEGIN { > ); > } > >-=head3 GetSubscriptionFrequencies >+ >+=head1 NAME >+ >+C4::Serials::Frequency - Serials Frequency module >+ >+=head1 FUNCTIONS >+ >+=head2 GetSubscriptionFrequencies > > =over 4 > >@@ -66,7 +73,7 @@ sub GetSubscriptionFrequencies { > return @$results; > } > >-=head3 GetSubscriptionFrequency >+=head2 GetSubscriptionFrequency > > =over 4 > >@@ -93,7 +100,7 @@ sub GetSubscriptionFrequency { > return $sth->fetchrow_hashref; > } > >-=head3 AddSubscriptionFrequency >+=head2 AddSubscriptionFrequency > > =over 4 > >@@ -155,7 +162,7 @@ sub AddSubscriptionFrequency { > return $rv; > } > >-=head3 ModSubscriptionFrequency >+=head2 ModSubscriptionFrequency > > =over 4 > >@@ -222,7 +229,7 @@ sub ModSubscriptionFrequency { > return $sth->execute(@values, $frequency->{'id'}); > } > >-=head3 DelSubscriptionFrequency >+=head2 DelSubscriptionFrequency > > =over 4 > >@@ -246,7 +253,7 @@ sub DelSubscriptionFrequency { > $sth->execute($frequencyid); > } > >-=head3 GetSubscriptionsWithFrequency >+=head2 GetSubscriptionsWithFrequency > > my @subs = GetSubscriptionsWithFrequency($frequencyid); > >diff --git a/C4/Serials/Numberpattern.pm b/C4/Serials/Numberpattern.pm >index 8747344..fde293b 100644 >--- a/C4/Serials/Numberpattern.pm >+++ b/C4/Serials/Numberpattern.pm >@@ -42,15 +42,18 @@ BEGIN { > ); > } > >-=head3 GetSubscriptionNumberpatterns > >-=over 4 >+=head1 NAME >+ >+C4::Serials::Numberpattern - Serials numbering pattern module >+ >+=head1 FUNCTIONS >+ >+=head2 GetSubscriptionNumberpatterns > > @results = GetSubscriptionNumberpatterns; > this function get all subscription number patterns entered in table > >-=back >- > =cut > > sub GetSubscriptionNumberpatterns { >@@ -67,15 +70,11 @@ sub GetSubscriptionNumberpatterns { > return @$results; > } > >-=head3 GetSubscriptionNumberpattern >- >-=over 4 >+=head2 GetSubscriptionNumberpattern > > $result = GetSubscriptionNumberpattern($numberpatternid); > this function get the data of the subscription numberpatterns which id is $numberpatternid > >-=back >- > =cut > > sub GetSubscriptionNumberpattern { >@@ -92,15 +91,11 @@ sub GetSubscriptionNumberpattern { > return $sth->fetchrow_hashref; > } > >-=head3 GetSubscriptionNumberpatternByName >- >-=over 4 >+=head2 GetSubscriptionNumberpatternByName > > $result = GetSubscriptionNumberpatternByName($name); > this function get the data of the subscription numberpatterns which name is $name > >-=back >- > =cut > > sub GetSubscriptionNumberpatternByName { >@@ -117,7 +112,7 @@ sub GetSubscriptionNumberpatternByName { > return $sth->fetchrow_hashref; > } > >-=head3 AddSubscriptionNumberpattern >+=head2 AddSubscriptionNumberpattern > > =over 4 > >@@ -172,7 +167,7 @@ sub AddSubscriptionNumberpattern { > return $rv; > } > >-=head3 ModSubscriptionNumberpattern >+=head2 ModSubscriptionNumberpattern > > =over 4 > >@@ -230,7 +225,7 @@ sub ModSubscriptionNumberpattern { > return $sth->execute(@values, $numberpattern->{'id'}); > } > >-=head3 DelSubscriptionNumberpattern >+=head2 DelSubscriptionNumberpattern > > =over 4 > >@@ -254,7 +249,7 @@ sub DelSubscriptionNumberpattern { > $sth->execute($numberpatternid); > } > >-=head3 GetSubscriptionsWithNumberpattern >+=head2 GetSubscriptionsWithNumberpattern > > my @subs = GetSubscriptionsWithNumberpattern($numberpatternid); > >-- >1.7.9.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 7688
:
8110
|
8941
|
8942
|
8943
|
10145
|
10146
|
10468
|
10469
|
10470
|
10739
|
10740
|
10742
|
10743
|
10903
|
10920
|
10985
|
11299
|
11300
|
11489
|
11490
|
12268
|
12269
|
13193
|
13194
|
13195
|
13196
|
14122
|
14123
|
14124
|
14125
|
14996
|
15492
|
15493
|
15494
|
15495
|
15496
|
15534
|
15536
|
15537
|
15538
|
15539
|
15540
|
15541
|
16679
|
16680
|
16681
|
16682
|
16683
|
16684
|
16744
|
17283
|
17284
|
17285
|
17855
|
17856
|
17857
|
18298
|
18299
|
18300
|
18793
|
18794
|
18795
|
19368
|
19369
|
19370
|
19393
|
19395