Bugzilla – Attachment 62386 Details for
Bug 18182
TestBuilder should be able to return Koha::Object objects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18182: Fix Koha::RefundLostItemFeeRules
Bug-18182-Fix-KohaRefundLostItemFeeRules.patch (text/plain), 850 bytes, created by
Jonathan Druart
on 2017-04-19 14:48:21 UTC
(
hide
)
Description:
Bug 18182: Fix Koha::RefundLostItemFeeRules
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-04-19 14:48:21 UTC
Size:
850 bytes
patch
obsolete
>From 3def9171dfd9a8a08aa1e538ccb0cc203ca86b72 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 12 Apr 2017 15:20:10 -0300 >Subject: [PATCH] Bug 18182: Fix Koha::RefundLostItemFeeRules > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > Koha/RefundLostItemFeeRules.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Koha/RefundLostItemFeeRules.pm b/Koha/RefundLostItemFeeRules.pm >index 479f55e..2e83c76 100644 >--- a/Koha/RefundLostItemFeeRules.pm >+++ b/Koha/RefundLostItemFeeRules.pm >@@ -22,6 +22,8 @@ use Modern::Perl; > use Koha::Database; > use Koha::Exceptions; > >+use Koha::RefundLostItemFeeRule; >+ > use base qw(Koha::Objects); > > =head1 NAME >-- >2.9.3
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 18182
:
60819
|
60820
|
61702
|
61752
|
61753
|
62113
|
62114
|
62121
|
62122
|
62371
|
62372
|
62373
|
62374
|
62383
|
62384
|
62385
| 62386