Browse Source

Bug 15686: Rename "item level holds" circ rule column to "OPAC item level holds"

This patch changes the column heading on smart-rules.pl to indicate that it only effects item level holds on the OPAC side, rather than the intranet.
To test:
1. Go to Administration, circulation and fine rules.
2. Observe incorrect heading on both the top and bottom of the table.
3. Apply the patch.
4. Repeat step 1.
5. Observe new headings.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
20.05.x
Lisette Scheer 4 years ago
committed by Martin Renvoize
parent
commit
7b25cc903e
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt

4
koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt

@ -105,7 +105,7 @@
<th>Holds allowed (daily)</th>
<th>Holds per record (count)</th>
<th>On shelf holds allowed</th>
<th>Item level holds</th>
<th>OPAC item level holds</th>
<th>Article requests</th>
<th>Rental discount (%)</th>
<th>Actions</th>
@ -387,7 +387,7 @@
<th>Holds allowed (daily)</th>
<th>Holds per record (count)</th>
<th>On shelf holds allowed</th>
<th>Item level holds</th>
<th>OPAC item level holds</th>
<th>Article requests</th>
<th>Rental discount (%)</th>
<th>&nbsp;</th>

Loading…
Cancel
Save