Browse Source

Bug 14783: (QA follow-up) Change "Pick up location" to "Pickup location" in table.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
22.11.x
Björn Nylén 3 years ago
committed by Tomas Cohen Arazi
parent
commit
b9182bb983
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 4
      koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc

4
koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc

@ -18,7 +18,7 @@
[% END %]
<th>Expires on</th>
[% UNLESS( singleBranchMode) %]
<th>Pick up location</th>
<th>Pickup location</th>
[% END %]
[% IF ( showpriority ) %]
<th class="psort">Priority</th>
@ -81,7 +81,7 @@
</td>
[% UNLESS( singleBranchMode) %]
<td class="branch">
<span class="tdlabel">Pick up location:</span>
<span class="tdlabel">Pickup location:</span>
[% HOLD.branch.branchname | html %]
[% IF ( HOLD.can_change_branch_opac ) %]
<button type="button" class="btn btn-sm btn-link" data-toggle="modal" data-target="#changePickup[% HOLD.reserve_id | html %]">

Loading…
Cancel
Save