15 Apr
2021
15 Apr
'21
4:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26537 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #8 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Fridolin Somers from comment #7)
- $to = $from + $resultsperpage ; + $to = $startfrom * $resultsperpage + $resultsperpage ; I dont understand this change.
This patch breaks paging of results. -- You are receiving this mail because: You are watching all bug changes.