Bugzilla – Attachment 48140 Details for
Bug 15635
Move the patron images related code to Koha::Patron::Images
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15635: Change method type to _type for bug 15446
Bug-15635-Change-method-type-to-type-for-bug-15446.patch (text/plain), 1.05 KB, created by
Josef Moravec
on 2016-02-16 14:27:01 UTC
(
hide
)
Description:
Bug 15635: Change method type to _type for bug 15446
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-02-16 14:27:01 UTC
Size:
1.05 KB
patch
obsolete
>From c6d37df3bd21653578d741436d8f982aa14da502 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Feb 2016 11:14:55 +0000 >Subject: [PATCH] Bug 15635: Change method type to _type for bug 15446 > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > Koha/Patron/Image.pm | 4 ++-- > Koha/Patron/Images.pm | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/Koha/Patron/Image.pm b/Koha/Patron/Image.pm >index d7a3f6d..31e92db 100644 >--- a/Koha/Patron/Image.pm >+++ b/Koha/Patron/Image.pm >@@ -33,11 +33,11 @@ Koha::Patron;;Image - Koha Patron;;Image Object class > > =cut > >-=head3 type >+=head3 _type > > =cut > >-sub type { >+sub _type { > return 'Patronimage'; > } > >diff --git a/Koha/Patron/Images.pm b/Koha/Patron/Images.pm >index ddbe3fa..e91813e 100644 >--- a/Koha/Patron/Images.pm >+++ b/Koha/Patron/Images.pm >@@ -35,11 +35,11 @@ Koha::Patron::Images - Koha Patron Image Object set class > > =cut > >-=head3 type >+=head3 _type > > =cut > >-sub type { >+sub _type { > return 'Patronimage'; > } > >-- >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 15635
:
47122
|
47124
|
47125
|
47126
|
48113
|
48114
|
48115
|
48116
|
48117
|
48136
|
48137
|
48138
|
48139
|
48140
|
48243
|
48244
|
48245
|
48246
|
48247
|
48248
|
48249