Bug 34787: Fix typo gorup
No test plan (fixing comment). Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
b5540d8c94
commit
5797079fc5
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Reference in a new issue