@@ -, +, @@ modification needs to use POST in the SQL textarea and save, then Run report. choose Batch patron modification saying "No patron card numbers or borrowernumbers given." even though there's a whole string of them in the URL. to even restart_all), and choose the menuitem again, but this time with a successful result. --- .../prog/en/modules/reports/guided_reports_start.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- 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 @@ -1004,8 +1004,9 @@ [% END %] -
- + + [% INCLUDE 'csrf-token.inc' %] + [% # Preserve the whitespace of the following textarea in order to format the values correctly %] [%- cardnumbers = PROCESS batch_list results=results batch_type='cardnumber' | trim | html %] [% IF cardnumbers %] --