]> git.koha-community.org Git - koha.git/commit
Bug 37615: Clean up the form for sending cardnumbers from a report to batch patron...
authorPhil Ringnalda <phil@chetcolibrary.org>
Thu, 15 Aug 2024 22:11:44 +0000 (15:11 -0700)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 16 Aug 2024 15:33:53 +0000 (17:33 +0200)
commitf121beb6894118621350901865c9e9c7adb7bde3
tree0bb0eeb0691d2c2d7ffe87f4e0ed0a2519f3691f
parent27d6f6566238a1af0dd0d7d375cbdd9e965d824c
Bug 37615: Clean up the form for sending cardnumbers from a report to batch patron modification

Since bug 37197 switched reports back to using a POST to send cardnumbers to
batch modification, we should also be using a single textarea rather than
multiple inputs.

Test plan:
1. Reports - Create from SQL - give it a name, and the SQL
   select cardnumber from borrowers limit 3
2. Save report - Run report
3. Batch operations with 3 visible records - Batch patron modification
4. Verify that you have the same three cardnumbers in Batch patron modification
   as were in the report.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
tools/modborrowers.pl