Bug 34446: Added missing colon to Can be guarantee

To test:

1. Go to Administration > patron categories and edit or create a new category. Notice that “Can be guarantee” does not have a colon.
2. Apply patch and refresh the page.
3. Can be guarantee now has a colon — yay!
4. Sign off and have a great day. :)

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Laura Escamilla 2023-09-21 20:59:13 +00:00 committed by Tomas Cohen Arazi
parent 9afc411a15
commit f9a4097200
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -218,7 +218,7 @@
<span class="required">Required</span>
</li>
<li>
<label for="can_be_guarantee">Can be guarantee</label>
<label for="can_be_guarantee">Can be guarantee:</label>
<select name="can_be_guarantee" id="can_be_guarantee">
[% IF category.can_be_guarantee %]
<option value="1" selected>Yes</option>