Bugzilla – Attachment 57341 Details for
Bug 17589
Improper method type in Koha::ItemType(s)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17589 - Improper method type in Koha::ItemType(s)
Bug-17589---Improper-method-type-in-KohaItemTypes.patch (text/plain), 896 bytes, created by
Kyle M Hall (khall)
on 2016-11-08 17:15:28 UTC
(
hide
)
Description:
Bug 17589 - Improper method type in Koha::ItemType(s)
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-11-08 17:15:28 UTC
Size:
896 bytes
patch
obsolete
>From 80c80ca683217455221e15e0c24a81d5e60e49e0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 8 Nov 2016 17:12:27 +0000 >Subject: [PATCH] Bug 17589 - Improper method type in Koha::ItemType(s) > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/ItemType.pm | 4 ---- > Koha/ItemTypes.pm | 4 ---- > 2 files changed, 8 deletions(-) > >diff --git a/Koha/ItemType.pm b/Koha/ItemType.pm >index bb14cd5..48df808 100644 >--- a/Koha/ItemType.pm >+++ b/Koha/ItemType.pm >@@ -89,8 +89,4 @@ sub _type { > return 'Itemtype'; > } > >-sub type { >- return 'Itemtype'; >-} >- > 1; >diff --git a/Koha/ItemTypes.pm b/Koha/ItemTypes.pm >index 4265f8e..92fea9c 100644 >--- a/Koha/ItemTypes.pm >+++ b/Koha/ItemTypes.pm >@@ -43,10 +43,6 @@ sub _type { > return 'Itemtype'; > } > >-sub type { >- return 'Itemtype'; >-} >- > sub object_class { > return 'Koha::ItemType'; > } >-- >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 17589
: 57341