Koha/koha-tmpl
Nick Clemens 0e81b387ca Bug 21541: Use raw filter for report results
To test:
 1 - Create new report
 SELECT CONCAT('<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=',borrowernumber,'">',"",firstname,"",surname,'</a>')
 AS people
 FROM borrowers
 2 - Run this report
 3 - Note the results contain raw text, they are not hyperlinks
 4 - Apply patch
 5 - Reload the results
 6 - They should now be links

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2018-10-13 07:28:24 -03:00
..
intranet-tmpl Bug 21541: Use raw filter for report results 2018-10-13 07:28:24 -03:00
opac-tmpl Bug 21479: Fix remove from cart links at the OPAC (should remove only 1) 2018-10-12 15:39:46 -03:00