@@ -, +, @@ return cardnumber - Run the report and confirm that under the "Batch operations" button a batch patron modification menu item appears. - Confirm that selecting this option sends the correct patrons to the batch patron modification tool. - Test also with a report which returns both patron cardnumber and biblionumber or itemnumber. --- .../prog/en/modules/reports/guided_reports_start.tt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -788,7 +788,14 @@ canned reports and writing custom SQL reports.

[% END %] - [% IF ( batch_biblionumbers || batch_itemnumbers ) %] +
+ + [% # Preserve the whitespace of the following textarea in order to format the values correctly %] + +
+ + [% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) %]

--