Bug 36556 - duplicate code line
Summary: duplicate code line
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: davewood
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-09 14:32 UTC by davewood
Modified: 2024-04-09 14:39 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 36556 (726 bytes, patch)
2024-04-09 14:39 UTC, davewood
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description davewood 2024-04-09 14:32:26 UTC
possibly a merge/rebase hiccup

> 644        $template->param(offset     => $offset);
> 645        $template->param(offset     => $offset);

https://github.com/Koha-Community/Koha/blob/master/catalogue/search.pl#L644

90d658ae56f (Nick Clemens        2021-08-12 15:28:40 +0000 644)         $template->param(offset     => $offset);
8907b6c3a60 (Nick Clemens        2022-01-14 14:08:51 +0000 645)         $template->param(offset     => $offset);

commit 8907b6c3a60380f68240cb5a7d754612e2921bed
Author: Nick Clemens <nick@bywatersolutions.com>
Date:   Fri Jan 14 14:08:51 2022 +0000

         $template->param(offset     => $offset);
+        $template->param(offset     => $offset);
Comment 1 davewood 2024-04-09 14:39:42 UTC
Created attachment 164562 [details] [review]
Bug 36556

duplicate code line probably added accidentially