Bugzilla – Attachment 44321 Details for
Bug 14616
Introducing Koha::Object subclasses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14616 - Introducing Koha::Object subclasses. Fixed Biblioitems result source naming typo.
Bug-14616---Introducing-KohaObject-subclasses-Fixe.patch (text/plain), 969 bytes, created by
Olli-Antti Kivilahti
on 2015-11-03 09:16:32 UTC
(
hide
)
Description:
Bug 14616 - Introducing Koha::Object subclasses. Fixed Biblioitems result source naming typo.
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2015-11-03 09:16:32 UTC
Size:
969 bytes
patch
obsolete
>From 18956b8c8c1bdea73d32ff6eef759823d7b14088 Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Tue, 3 Nov 2015 11:11:44 +0200 >Subject: [PATCH] Bug 14616 - Introducing Koha::Object subclasses. Fixed > Biblioitems result source naming typo. > >--- > Koha/BiblioItem.pm | 2 +- > Koha/BiblioItems.pm | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/BiblioItem.pm b/Koha/BiblioItem.pm >index b4e172a..0a3e63e 100644 >--- a/Koha/BiblioItem.pm >+++ b/Koha/BiblioItem.pm >@@ -26,7 +26,7 @@ use Koha::Database; > use base qw(Koha::Object); > > sub type { >- return 'BiblioItem'; >+ return 'Biblioitem'; > } > > 1; >diff --git a/Koha/BiblioItems.pm b/Koha/BiblioItems.pm >index 0769f73..b30010e 100644 >--- a/Koha/BiblioItems.pm >+++ b/Koha/BiblioItems.pm >@@ -28,7 +28,7 @@ use Koha::BiblioItem; > use base qw(Koha::Objects); > > sub type { >- return 'BiblioItem'; >+ return 'Biblioitem'; > } > > sub object_class { >-- >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 14616
:
41223
|
41252
|
41532
|
42110
|
42117
|
44321
|
44406