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:
parent
9afc411a15
commit
f9a4097200
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue