Bugzilla – Attachment 91260 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: (QA follow-up) Remove debug code
Bug-18930-QA-follow-up-Remove-debug-code.patch (text/plain), 1.08 KB, created by
Josef Moravec
on 2019-07-04 04:49:22 UTC
(
hide
)
Description:
Bug 18930: (QA follow-up) Remove debug code
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-07-04 04:49:22 UTC
Size:
1.08 KB
patch
obsolete
>From 063364455474b1cf6e153d02f9e29d8d43b2c187 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 3 Jul 2019 22:04:19 +0000 >Subject: [PATCH] Bug 18930: (QA follow-up) Remove debug code > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > t/db_dependent/RefundLostItemFeeRule.t | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/t/db_dependent/RefundLostItemFeeRule.t b/t/db_dependent/RefundLostItemFeeRule.t >index 870af322ab..2dd15fd4e8 100755 >--- a/t/db_dependent/RefundLostItemFeeRule.t >+++ b/t/db_dependent/RefundLostItemFeeRule.t >@@ -152,7 +152,6 @@ subtest 'Koha::RefundLostItemFeeRules::_default_rule() tests' => sub { > rule_name => 'refund', > } > )->next(); >- use Data::Printer colored => 1; > ok( !Koha::RefundLostItemFeeRules->_default_rule, 'Default rule is set to not refund' ); > > $default_rule->delete; >@@ -440,4 +439,4 @@ subtest 'Koha::RefundLostItemFeeRules::find() tests' => sub { > > # Rollback transaction > $schema->storage->txn_rollback; >-}; >\ No newline at end of file >+}; >-- >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