Browse Source

Bug 32718: Capitalization: Display Order

This patch corrects the capitalization of the "Display order" column heading
in the item groups table.

To test:
0. Apply patch
1. Enable the EnableItemGroups system preference
   1.1. Go to Administration > Global system preferences
   1.2. Search for EnableItemGroups
   1.3. Change the value to "Enable"
   1.4. Click "Save all Circulation preferences"
2. Go to any bibliographic record
3. Click the "Item groups" tab at the bottom
   --> First column should be "Display order"

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
23.05.x
Caroline Cyr La Rose 1 year ago
committed by Tomas Cohen Arazi
parent
commit
2a5e06094b
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

@ -672,7 +672,7 @@ Note that permanent location is a code, and location may be an authval.
<table class="items-group-table" id="items-group-table">
<thead>
<tr>
<td>Display Order</td>
<td>Display order</td>
<td>Description</td>
<td>&nbsp;</td>
</tr>

Loading…
Cancel
Save