Bugzilla – Attachment 39929 Details for
Bug 14346
t/Biblio.t fails because of new warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14346: (folowup) Fix previously existing POD
Bug-14346-folowup-Fix-previously-existing-POD.patch (text/plain), 1.32 KB, created by
Mark Tompsett
on 2015-06-05 22:17:09 UTC
(
hide
)
Description:
Bug 14346: (folowup) Fix previously existing POD
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2015-06-05 22:17:09 UTC
Size:
1.32 KB
patch
obsolete
>From 0f7957502b4c70b9560842560bf9f2bdcb841d4b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Fri, 5 Jun 2015 16:08:23 -0300 >Subject: [PATCH] Bug 14346: (folowup) Fix previously existing POD > >This patch makes koha-qa.pl happy by fixing POD issues prior >to this bug. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > C4/Biblio.pm | 15 +++------------ > 1 file changed, 3 insertions(+), 12 deletions(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 1020990..d3d2bf9 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -3476,10 +3476,7 @@ sub get_biblio_authorised_values { > > =head2 CountBiblioInOrders > >-=over 4 >-$count = &CountBiblioInOrders( $biblionumber); >- >-=back >+ $count = &CountBiblioInOrders( $biblionumber); > > This function return count of biblios in orders with $biblionumber > >@@ -3499,10 +3496,7 @@ sub CountBiblioInOrders { > > =head2 GetSubscriptionsId > >-=over 4 >-$subscriptions = &GetSubscriptionsId($biblionumber); >- >-=back >+ $subscriptions = &GetSubscriptionsId($biblionumber); > > This function return an array of subscriptionid with $biblionumber > >@@ -3522,10 +3516,7 @@ sub GetSubscriptionsId { > > =head2 GetHolds > >-=over 4 >-$holds = &GetHolds($biblionumber); >- >-=back >+ $holds = &GetHolds($biblionumber); > > This function return the count of holds with $biblionumber > >-- >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 14346
:
39921
|
39922
|
39928
|
39929
|
39944
|
39945