Bugzilla – Attachment 82833 Details for
Bug 21206
C4::Items - Remove GetItem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21206: Fix Returns.t
Bug-21206-Fix-Returnst.patch (text/plain), 1.31 KB, created by
Josef Moravec
on 2018-12-04 12:08:02 UTC
(
hide
)
Description:
Bug 21206: Fix Returns.t
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-12-04 12:08:02 UTC
Size:
1.31 KB
patch
obsolete
>From b26b6494c66d79081bf96cb61d36ce30568f8b2a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Aug 2018 12:55:52 -0300 >Subject: [PATCH] Bug 21206: Fix Returns.t > >we are calling several times effective_itemtype >Must be fixed later > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > t/db_dependent/Circulation/Returns.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/Circulation/Returns.t b/t/db_dependent/Circulation/Returns.t >index bfedd31f01..4d1b351cf5 100644 >--- a/t/db_dependent/Circulation/Returns.t >+++ b/t/db_dependent/Circulation/Returns.t >@@ -176,6 +176,8 @@ subtest "AddReturn logging on statistics table (item-level_itypes=1)" => sub { > "item-level itype recorded on statistics for return"); > warning_like { AddIssue( $borrower, $item_without_itemtype->{ barcode } ) } > [qr/^item-level_itypes set but no itemtype set for item/, >+ qr/^item-level_itypes set but no itemtype set for item/, >+ qr/^item-level_itypes set but no itemtype set for item/, > qr/^item-level_itypes set but no itemtype set for item/], > 'Item without itemtype set raises warning on AddIssue'; > warning_like { AddReturn( $item_without_itemtype->{ barcode }, $branch ) } >-- >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 21206
:
77699
|
77700
|
77701
|
78080
|
78081
|
78082
|
78153
|
78154
|
78155
|
82831
|
82832
|
82833
|
82834
|
84006
|
84007
|
84008
|
84009
|
84010
|
84184
|
84185
|
84186
|
84187
|
84188
|
85163
|
85164
|
85165
|
85166
|
85167
|
85168