Bugzilla – Attachment 62374 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), 776 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-04-19 14:23:49 UTC
(
hide
)
Description:
Bug 18182: Fix Koha::RefundLostItemFeeRules
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-04-19 14:23:49 UTC
Size:
776 bytes
patch
obsolete
>From 50fdea3e8daf2b4dd928ed31f60ae0a49668c7f4 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> >--- > 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.7.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 18182
:
60819
|
60820
|
61702
|
61752
|
61753
|
62113
|
62114
|
62121
|
62122
|
62371
|
62372
|
62373
|
62374
|
62383
|
62384
|
62385
|
62386