Bug 36556

Summary: duplicate code line
Product: Koha Reporter: davewood
Component: CatalogingAssignee: davewood
Status: NEW --- QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 36556

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