Bugzilla – Attachment 184256 Details for
Bug 38966
Wrong POD in Koha/CoverImages.pm and Koha/Acquisition/Order/Claims.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38966: Fix wrong POD in Koha/CoverImages.pm and Koha/Acquisition/Order/Claims.pm
Bug-38966-Fix-wrong-POD-in-KohaCoverImagespm-and-K.patch (text/plain), 1.32 KB, created by
Doris Tam
on 2025-07-17 23:24:15 UTC
(
hide
)
Description:
Bug 38966: Fix wrong POD in Koha/CoverImages.pm and Koha/Acquisition/Order/Claims.pm
Filename:
MIME Type:
Creator:
Doris Tam
Created:
2025-07-17 23:24:15 UTC
Size:
1.32 KB
patch
obsolete
>From a9c36a92e334e3b9dc093ef6e9551b06b5354c6a Mon Sep 17 00:00:00 2001 >From: Doris Tam <doristam@catalyst.net.nz> >Date: Thu, 17 Jul 2025 23:09:43 +0000 >Subject: [PATCH] Bug 38966: Fix wrong POD in Koha/CoverImages.pm and > Koha/Acquisition/Order/Claims.pm > >Test plan > >1. perldoc Koha/Acquisition/Order/Claims.pm >2. Check that it mentions Koha::Acquisition::Order::Claims >3. perldoc Koha/CoverImages.pm >4. Check that it mentions Koha::CoverImages.pm >4. These files no longer mention 'Koha::Cities' >--- > Koha/Acquisition/Order/Claims.pm | 2 +- > Koha/CoverImages.pm | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Acquisition/Order/Claims.pm b/Koha/Acquisition/Order/Claims.pm >index eef991990e..7cee67ff75 100644 >--- a/Koha/Acquisition/Order/Claims.pm >+++ b/Koha/Acquisition/Order/Claims.pm >@@ -25,7 +25,7 @@ use base qw(Koha::Objects); > > =head1 NAME > >-Koha::Cities - Koha Claim Object set class >+Koha::Acquisition::Order::Claims - Koha Claims Object set class > > =head1 API > >diff --git a/Koha/CoverImages.pm b/Koha/CoverImages.pm >index 774d36ada8..26e9fc5e5e 100644 >--- a/Koha/CoverImages.pm >+++ b/Koha/CoverImages.pm >@@ -25,7 +25,7 @@ use base qw(Koha::Objects); > > =head1 NAME > >-Koha::Cities - Koha CoverImage Object set class >+Koha::CoverImages - Koha CoverImage Object set class > > =head1 API > >-- >2.39.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 38966
:
184256
|
184258
|
184270
|
184277