Bugzilla – Attachment 48020 Details for
Bug 15632
Move the messages related code to Koha::Patron::Messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15632 [QA Followup] - Change method type to _type for bug 15446
Bug-15632-QA-Followup---Change-method-type-to-type.patch (text/plain), 1020 bytes, created by
Kyle M Hall (khall)
on 2016-02-12 19:14:02 UTC
(
hide
)
Description:
Bug 15632 [QA Followup] - Change method type to _type for bug 15446
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-02-12 19:14:02 UTC
Size:
1020 bytes
patch
obsolete
>From 58b7c624946cc7ba3ae390f194dc4435f0af3c38 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 11 Feb 2016 10:05:21 +0000 >Subject: [PATCH] Bug 15632 [QA Followup] - Change method type to _type for bug > 15446 > >--- > Koha/Patron/Message.pm | 4 ++-- > Koha/Patron/Messages.pm | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/Koha/Patron/Message.pm b/Koha/Patron/Message.pm >index 501e6ee..a928fa5 100644 >--- a/Koha/Patron/Message.pm >+++ b/Koha/Patron/Message.pm >@@ -68,11 +68,11 @@ sub delete { > return $self->SUPER::delete($self); > } > >-=head3 type >+=head3 _type > > =cut > >-sub type { >+sub _type { > return 'Message'; > } > >diff --git a/Koha/Patron/Messages.pm b/Koha/Patron/Messages.pm >index 4f2f9f4..a5dd8ab 100644 >--- a/Koha/Patron/Messages.pm >+++ b/Koha/Patron/Messages.pm >@@ -35,11 +35,11 @@ Koha::Patron::Messages - Koha Message Object set class > > =cut > >-=head3 type >+=head3 _type > > =cut > >-sub type { >+sub _type { > return 'Message'; > } > >-- >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 15632
:
47091
|
47092
|
47093
|
47094
|
47095
|
47096
|
47097
|
47515
|
47516
|
47525
|
47571
|
47572
|
47573
|
47574
|
47575
|
47580
|
47581
|
47582
|
47583
|
47584
|
47585
|
47586
|
47587
|
48004
|
48009
|
48010
|
48011
|
48012
|
48013
|
48014
|
48015
|
48016
|
48017
|
48018
|
48020
|
48422
|
48423
|
48424
|
48425
|
48426
|
48427
|
48591
|
48592
|
48593