Bugzilla – Attachment 149637 Details for
Bug 32418
CRASH: Can't call method "unblessed" on an undefined value at cataloguing/additem.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32418: Remove useless statement
Bug-32418-Remove-useless-statement.patch (text/plain), 891 bytes, created by
Jonathan Druart
on 2023-04-14 06:24:38 UTC
(
hide
)
Description:
Bug 32418: Remove useless statement
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-14 06:24:38 UTC
Size:
891 bytes
patch
obsolete
>From b5cb6c943e00b121303e0633f57bca20c1297a22 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 14 Apr 2023 08:24:07 +0200 >Subject: [PATCH] Bug 32418: Remove useless statement > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > cataloguing/additem.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl >index 44cd0bc19c6..5ba7ab51999 100755 >--- a/cataloguing/additem.pl >+++ b/cataloguing/additem.pl >@@ -159,7 +159,6 @@ my ($template, $loggedinuser, $cookie) > if ( $op eq 'edititem' || $op eq 'dupeitem' ) { > my $item = Koha::Items->find($itemnumber); > if ( !$item ) { >- $itemnumber = undef; > $template->param( biblio => $biblio, item_doesnt_exist => 1 ); > output_and_exit( $input, $cookie, $template, 'unknown_item' ); > } >-- >2.25.1
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 32418
:
144571
|
144639
|
144640
|
144641
|
144643
|
144794
|
144812
|
145306
|
145307
|
145505
|
146944
|
149092
|
149591
|
149626
|
149627
|
149635
|
149636
| 149637