Bugzilla – Attachment 85168 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 SwitchOnSiteCheckouts.t
Bug-21206-Fix-SwitchOnSiteCheckoutst.patch (text/plain), 975 bytes, created by
Jonathan Druart
on 2019-02-15 13:40:18 UTC
(
hide
)
Description:
Bug 21206: Fix SwitchOnSiteCheckouts.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-02-15 13:40:18 UTC
Size:
975 bytes
patch
obsolete
>From f6b96f5931b05050a58ada17b652bed109882cfb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 15 Feb 2019 10:38:14 -0300 >Subject: [PATCH] Bug 21206: Fix SwitchOnSiteCheckouts.t > >Fix conflict with > commit f8544ba5799c457057d42aefc63c88e15a08b096 > Bug 21999: Move attributes to a variable to not dup them > >Thanks tests! >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 7cc3c341f6..86ccf2dda6 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -1367,7 +1367,7 @@ sub AddIssue { > auto_renew => $auto_renew ? 1 : 0, > }; > >- $issue = Koha::Checkouts->find( { itemnumber => $item->{itemnumber} } ); >+ $issue = Koha::Checkouts->find( { itemnumber => $item->itemnumber } ); > if ($issue) { > $issue->set($issue_attributes)->store; > } >-- >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