]> git.koha-community.org Git - koha.git/commit
Bug 36970: (Bug 34160 follow-up) Barcode should be html filtered, not uri filtered
authorJanusz Kaczmarek <januszop@gmail.com>
Mon, 27 May 2024 21:43:00 +0000 (21:43 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 27 Jun 2024 09:50:11 +0000 (11:50 +0200)
commit5a32d5b059d2eac6679b43cf9a3e40d96df56a7f
tree4daa0d3e05e48b9fa825a361f17db4f19971dadc
parent5f096c31a7796a88e89b5ee8a5dba1bcef3040fd
Bug 36970: (Bug 34160 follow-up) Barcode should be html filtered, not uri filtered

If a barcode (in rare cases) contains a space, with bug 34160, it is
converted into %20 in holds queue view (because of mistakenly applied
uri filter).

Nota bene, in parallel lines of view_holdsqueue.tt a right filter is
used for the barcode.

Test plan:
==========
1. Have an item with the barcode containing a space.
2. Make a hold on it, run build_holds_queue.pl
3. Go to Circulation > Holds queue ; select your branch etc.
4. You should see '%20' instead of the space in the barcode.
5. Apply the patch, restart_all.
6. Repeat p. 3.  You should now see the space in the barcode.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt