Bugzilla – Attachment 48603 Details for
Bug 15084
Move the currency related code to Koha::Acquisition::Currenc[y|ies]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15084: Fix conflict with bug 15446 (type vs _type)
Bug-15084-Fix-conflict-with-bug-15446-type-vs-type.patch (text/plain), 1.06 KB, created by
Jonathan Druart
on 2016-03-03 08:42:32 UTC
(
hide
)
Description:
Bug 15084: Fix conflict with bug 15446 (type vs _type)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-03 08:42:32 UTC
Size:
1.06 KB
patch
obsolete
>From 521b036f1abb1538b62d9d9103024ac9040626bd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 3 Mar 2016 08:41:38 +0000 >Subject: [PATCH] Bug 15084: Fix conflict with bug 15446 (type vs _type) > >--- > Koha/Acquisition/Currencies.pm | 4 ++-- > Koha/Acquisition/Currency.pm | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/Koha/Acquisition/Currencies.pm b/Koha/Acquisition/Currencies.pm >index cdbbfed..f733980 100644 >--- a/Koha/Acquisition/Currencies.pm >+++ b/Koha/Acquisition/Currencies.pm >@@ -44,11 +44,11 @@ sub get_active { > return $self->SUPER::search( { active => 1 } )->next; > } > >-=head3 type >+=head3 _type > > =cut > >-sub type { >+sub _type { > return 'Currency'; > } > >diff --git a/Koha/Acquisition/Currency.pm b/Koha/Acquisition/Currency.pm >index da0bcd2..63c8693 100644 >--- a/Koha/Acquisition/Currency.pm >+++ b/Koha/Acquisition/Currency.pm >@@ -53,11 +53,11 @@ sub store { > return $result; > } > >-=head3 type >+=head3 _type > > =cut > >-sub type { >+sub _type { > return 'Currency'; > } > >-- >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 15084
:
44162
|
44163
|
44164
|
44165
|
44166
|
44167
|
44168
|
45690
|
45691
|
45692
|
45693
|
45694
|
45695
|
45696
|
45759
|
45761
|
45807
|
45808
|
45809
|
45810
|
45811
|
45812
|
45813
|
45814
|
47213
|
47214
|
47215
|
47216
|
47217
|
47218
|
47219
|
47220
|
47221
|
48594
|
48595
|
48596
|
48597
|
48598
|
48599
|
48600
|
48601
|
48602
| 48603 |
48703
|
48747
|
48772
|
48783
|
48858