Bugzilla – Attachment 48117 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), 1018 bytes, created by
Jonathan Druart
on 2016-02-16 11:15:46 UTC
(
hide
)
Description:
Bug 15635: Change method type to _type for bug 15446
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-16 11:15:46 UTC
Size:
1018 bytes
patch
obsolete
>From 8a2967b95b2b97510e8614b94b8a62f7b1729387 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 > >--- > 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.7.0
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