Bug 27142: Don't interpolate batch_type variable
authorNick Clemens <nick@bywatersolutions.com>
Thu, 3 Dec 2020 13:30:34 +0000 (13:30 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 Dec 2020 10:08:20 +0000 (11:08 +0100)
commit9b62806a979fea789661b3d85113b57dbff0e62d
treebb3037c9ad4d7462a04a1b8f97a15f356051e3ca
parentfb0a659684a70204c1922675df18efca257bddd9
Bug 27142: Don't interpolate batch_type variable

To test:
1 - Create a report like:
    SELECT * FROM borrowers LIMIT 50
2 - Run the report
3 - Attempt batch modification - it fails showing every row as an unfound cardnumber
4 - Apply patch
5 - Repeat
6 - Success!
7 - Edit report to:
    SELECT * FROM biblio LIMIT 50
8 - Repeat test
9 - Ensure batch modification and deletion work

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt