Bugzilla – Attachment 155606 Details for
Bug 34787
Typo: gorup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34787: Fix typo gorup
Bug-34787-Fix-typo-gorup.patch (text/plain), 894 bytes, created by
Marcel de Rooy
on 2023-09-14 09:33:13 UTC
(
hide
)
Description:
Bug 34787: Fix typo gorup
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-09-14 09:33:13 UTC
Size:
894 bytes
patch
obsolete
>From 182f5d873f06e742b42cd535b75c942e4bc2db45 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 14 Sep 2023 09:31:00 +0000 >Subject: [PATCH] Bug 34787: Fix typo gorup >Content-Type: text/plain; charset=utf-8 > >No test plan (fixing comment). > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Item.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Item.pm b/Koha/Item.pm >index 96b5fa8b0f..dba357e680 100644 >--- a/Koha/Item.pm >+++ b/Koha/Item.pm >@@ -232,7 +232,7 @@ sub delete { > > my $result = $self->SUPER::delete; > >- # Delete the item gorup if it has no items left >+ # Delete the item group if it has no items left > $item_group->delete if ( $item_group && $item_group->items->count == 0 ); > > my $indexer = Koha::SearchEngine::Indexer->new({ index => $Koha::SearchEngine::BIBLIOS_INDEX }); >-- >2.30.2
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 34787
: 155606