Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reports
Katariina Pohto e9356afd9f
Bug 36534: Batch operations when using limit in report
When report results number exceeds the result per page limit, batch
operations link reads "Batch operations with (page limit) records" even
if there are more or less shown records (more when using limit in SQL or
less in the last page of result). This patch fixes the link text to
actual shown records.

To test:
1) Create a report of items with a limit of e.g., 26.
2) Run report.
3) See that number of results shown exceeds 20 but the link says "Batch
   operations with 20 visible records".
4) See that the second page shows 6 results but the link is still for 20
   records.
5) Apply patch.
6) Run report again.
7) See that the link texts will show correctly 26 records on the first
   page and 6 records on the second.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-05-08 18:23:47 +02:00
..
csv
acquisitions_stats.tt
bor_issues_top.tt
borrowers_out.tt
borrowers_stats.tt
cash_register_stats.tt
cat_issues_top.tt
catalogue_out.tt
catalogue_stats.tt
convert_report.tt
dictionary.tt Bug 36190: Fix problems found by test 2024-03-15 09:38:54 +01:00
guided_reports_start.tt Bug 36534: Batch operations when using limit in report 2024-05-08 18:23:47 +02:00
issues_avg_stats.tt Bug 34478: Manual fix - change to get - reports 2024-03-01 10:58:33 +01:00
issues_stats.tt
itemslost.tt
itemtypes.tt Bug 31988: Remove reports/itemtypes.plugin 2024-03-18 18:03:39 +01:00
orders_by_budget.tt
reports-home.tt Bug 31988: Remove reports/itemtypes.plugin 2024-03-18 18:03:39 +01:00
reserves_stats.tt
serials_stats.tt