https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36556 Bug ID: 36556 Summary: duplicate code line Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: davewood@gmx.at QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl 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); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.