Bugzilla – Attachment 91258 Details for
Bug 18930
Move 'refund lost item fee rules' into the `circulation_rules` table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18930: (follow-up) Amend search parameter in Koha::RefundLostItemFeeRules->_default_rule
Bug-18930-follow-up-Amend-search-parameter-in-Koha.patch (text/plain), 903 bytes, created by
Josef Moravec
on 2019-07-04 04:49:13 UTC
(
hide
)
Description:
Bug 18930: (follow-up) Amend search parameter in Koha::RefundLostItemFeeRules->_default_rule
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-07-04 04:49:13 UTC
Size:
903 bytes
patch
obsolete
>From 439665a76dd5ea1f91ce1afb752329befe624711 Mon Sep 17 00:00:00 2001 >From: Agustin Moyano <agustinmoyano@theke.io> >Date: Mon, 6 May 2019 23:14:04 -0300 >Subject: [PATCH] Bug 18930: (follow-up) Amend search parameter in > Koha::RefundLostItemFeeRules->_default_rule > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > Koha/RefundLostItemFeeRules.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/RefundLostItemFeeRules.pm b/Koha/RefundLostItemFeeRules.pm >index 207c61a7d3..9112e089cf 100644 >--- a/Koha/RefundLostItemFeeRules.pm >+++ b/Koha/RefundLostItemFeeRules.pm >@@ -162,7 +162,7 @@ sub _default_rule { > my $self = shift; > my $default_rule = $self->search( > { >- branchcode => '*', >+ branchcode => undef, > categorycode => undef, > itemtype => undef, > rule_name => 'refund', >-- >2.11.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 18930
:
65243
|
71007
|
81101
|
81148
|
82937
|
82938
|
85492
|
85493
|
86169
|
86170
|
86171
|
89404
|
89405
|
89406
|
90280
|
90281
|
90282
|
90283
|
90284
|
90285
|
90541
|
90542
|
90543
|
90544
|
90545
|
90546
|
90547
|
90548
|
90549
|
91254
|
91255
|
91256
|
91257
| 91258 |
91259
|
91260