Bugzilla – Attachment 9217 Details for
Bug 7958
Batch Item Delete Fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7958 - Batch Item Delete Fails
PASSED-QA-Bug-7958---Batch-Item-Delete-Fails.patch (text/plain), 846 bytes, created by
Ian Walls
on 2012-04-16 15:26:40 UTC
(
hide
)
Description:
[PASSED QA] Bug 7958 - Batch Item Delete Fails
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2012-04-16 15:26:40 UTC
Size:
846 bytes
patch
obsolete
>From 6b97d576bf78853ce82e1e314fe2f47585f4f1c6 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 14 Apr 2012 12:13:44 +0200 >Subject: [PATCH] [PASSED QA] Bug 7958 - Batch Item Delete Fails > >Adding back "use C4::Search;" in Items.pm fixes the problem. > >I think this is probably related to the denesting efforts. > >Signed-off-by: Ian Walls <koha.sekjal@gmail.com> >--- > C4/Items.pm | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/C4/Items.pm b/C4/Items.pm >index 4790091..d2528cc 100644 >--- a/C4/Items.pm >+++ b/C4/Items.pm >@@ -30,6 +30,7 @@ use MARC::Record; > use C4::ClassSource; > use C4::Log; > use List::MoreUtils qw/any/; >+use C4::Search; > use Data::Dumper; # used as part of logging item record changes, not just for > # debugging; so please don't remove this > >-- >1.7.0.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 7958
:
9191
| 9217